Page MenuHomeWickedGov Phorge

MissingMemberDeclaration.php
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

MissingMemberDeclaration.php

<?php
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
namespace Microsoft\PhpParser\Node;
use Microsoft\PhpParser\ModifiedTypeInterface;
use Microsoft\PhpParser\ModifiedTypeTrait;
use Microsoft\PhpParser\Node;
use Microsoft\PhpParser\Token;
class MissingMemberDeclaration extends Node implements ModifiedTypeInterface {
use ModifiedTypeTrait;
/** @var AttributeGroup[]|null */
public $attributes;
/** @var Token|null needed along with typeDeclaration for what looked like typed property declarations but was missing VariableName */
public $questionToken;
/** @var DelimitedList\QualifiedNameList|null */
public $typeDeclarationList;
const CHILD_NAMES = [
'attributes',
'modifiers',
'questionToken',
'typeDeclarationList',
];
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 22:33 (1 h, 54 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
48/1b/07b7df4c385b8c7abe3d328bb030
Default Alt Text
MissingMemberDeclaration.php (1 KB)

Event Timeline