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 b9d578d commit 9aefb83Copy full SHA for 9aefb83
src/Parser.php
@@ -45,7 +45,7 @@ class Parser
45
private array $stack = [];
46
private ?\WeakMap $expressionRefs = null;
47
private TokenStream $stream;
48
- private ?Node $parent = null;
+ private ?AbstractExpression $parent = null;
49
/**
50
* @var NodeVisitorInterface[]|null
51
*/
0 commit comments