Skip to content

Commit 3c5515e

Browse files
committed
ExpressionStatement => EchoStatement
It seems this is always an EchoStatement not an ExpressionStatement
1 parent 6342612 commit 3c5515e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Node/Statement/InlineHtml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class InlineHtml extends StatementNode {
2020
public $scriptSectionStartTag;
2121

2222
/**
23-
* @var ExpressionStatement|null used to represent the expression echoed by `<?=` while parsing.
23+
* @var EchoStatement|null used to represent the expression echoed by `<?=` while parsing.
2424
*
2525
* This should always be null in the returned AST,
2626
* and is deliberately excluded from CHILD_NAMES.

0 commit comments

Comments
 (0)