Skip to content

Commit f66cf8f

Browse files
muglugnikic
authored andcommitted
$name can be null for PHP 7 anonymous classes
1 parent 4e25f51 commit f66cf8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PhpParser/Node/Stmt/ClassLike.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use PhpParser\Node;
66

77
abstract class ClassLike extends Node\Stmt {
8-
/** @var string Name */
8+
/** @var string|null Name */
99
public $name;
1010
/** @var Node[] Statements */
1111
public $stmts;

0 commit comments

Comments
 (0)