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 b4bad6b commit d7b1c7eCopy full SHA for d7b1c7e
1 file changed
src/NodeVisitor.php
@@ -52,7 +52,7 @@ class NodeVisitor extends NodeVisitorAbstract
52
* @psalm-suppress PropertyNotSetInConstructor
53
* @var Node[]
54
*/
55
- private $stack;
+ protected $stack;
56
57
/** @var Namespace_[] */
58
private $namespaces = [];
0 commit comments