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 8564363 commit d9b8505Copy full SHA for d9b8505
src/Visitor/ParentConnector.php
@@ -12,6 +12,8 @@
12
13
/**
14
* Create parent reference for nodes. Parent reference can be found in 'parent' node attribute.
15
+ * TODO: Replace this class with lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php
16
+ * after updating nikic/PHP-Parser to v4.7.0
17
*/
18
class ParentConnector extends NodeVisitorAbstract
19
{
0 commit comments