Skip to content

Commit ec06c00

Browse files
test(psalm): Avoid false positive for Symfony method
1 parent 05ae113 commit ec06c00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/coding-standards/psalm/psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<UndefinedInterfaceMethod>
3535
<errorLevel type="info">
3636
<referencedMethod name="Psr\Cache\CacheItemInterface::tag"/>
37+
<referencedMethod name="Symfony\Component\Config\Definition\Builder\NodeParentInterface::end"/>
3738
</errorLevel>
3839
</UndefinedInterfaceMethod>
3940
<PossiblyUndefinedMethod>

0 commit comments

Comments
 (0)