Skip to content

Commit d9b8505

Browse files
committed
MC-25111: SVC false-positive: method return typing changed
1 parent 8564363 commit d9b8505

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Visitor/ParentConnector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
/**
1414
* 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
1517
*/
1618
class ParentConnector extends NodeVisitorAbstract
1719
{

0 commit comments

Comments
 (0)