Skip to content

Commit 99d6bd1

Browse files
Add missing annotation
1 parent 3d300c1 commit 99d6bd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/StaticAnalysis/Visitor/AttributeParentConnectingVisitor.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
*
2121
* On the child node, the parent node can be accessed through
2222
* <code>$node->getAttribute('parent')</code>.
23+
*
24+
* @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
2325
*/
2426
final class AttributeParentConnectingVisitor implements NodeVisitor
2527
{

0 commit comments

Comments
 (0)