We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce177a commit 7191a38Copy full SHA for 7191a38
src/Node/Statement/NamespaceUseDeclaration.php
@@ -11,7 +11,7 @@
11
use Microsoft\PhpParser\Token;
12
13
class NamespaceUseDeclaration extends StatementNode {
14
- /** @var Token */
+ /** @var Token|null */
15
public $useKeyword;
16
/** @var Token */
17
public $functionOrConst;
0 commit comments