Skip to content

Commit

Permalink
test(psalm): Avoid false positive for Symfony method
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Jan 16, 2025
1 parent 05ae113 commit ec06c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/coding-standards/psalm/psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<UndefinedInterfaceMethod>
<errorLevel type="info">
<referencedMethod name="Psr\Cache\CacheItemInterface::tag"/>
<referencedMethod name="Symfony\Component\Config\Definition\Builder\NodeParentInterface::end"/>
</errorLevel>
</UndefinedInterfaceMethod>
<PossiblyUndefinedMethod>
Expand Down

0 comments on commit ec06c00

Please sign in to comment.