Skip to content

Commit 25e7384

Browse files
Fix typo
1 parent 36a6f9f commit 25e7384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StaticAnalysis/Visitor/AttributeParentConnectingVisitor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use PhpParser\NodeVisitor;
1717

1818
/**
19-
* Visitor that connects a child node to its parent node optimzed for Attribute nodes.
19+
* Visitor that connects a child node to its parent node optimized for Attribute nodes.
2020
*
2121
* On the child node, the parent node can be accessed through
2222
* <code>$node->getAttribute('parent')</code>.

0 commit comments

Comments
 (0)