Skip to content

Commit 02c057f

Browse files
committed
add missing type
1 parent b556e80 commit 02c057f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PhpParser/Enum/NodeGroup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ final class NodeGroup
3535
*
3636
* If https://github.com/nikic/PHP-Parser/pull/1113 gets merged, can replace those.
3737
*
38-
* @var array<class-string>
38+
* @var array<class-string<Node>>
3939
*/
4040
public const STMTS_AWARE = [
4141
Closure::class,

0 commit comments

Comments
 (0)