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 6342612 commit 3c5515eCopy full SHA for 3c5515e
src/Node/Statement/InlineHtml.php
@@ -20,7 +20,7 @@ class InlineHtml extends StatementNode {
20
public $scriptSectionStartTag;
21
22
/**
23
- * @var ExpressionStatement|null used to represent the expression echoed by `<?=` while parsing.
+ * @var EchoStatement|null used to represent the expression echoed by `<?=` while parsing.
24
*
25
* This should always be null in the returned AST,
26
* and is deliberately excluded from CHILD_NAMES.
0 commit comments