Skip to content

Commit aa38a87

Browse files
committed
chore: Remove unused Psalm issue handler suppression
Remove UndefinedInterfaceMethod suppression for AppConfiguration.php as it's no longer needed. This fixes SARIF validation errors in the GitHub Security workflow where Psalm generated invalid location data (startLine: 0) for unused suppressions.
1 parent ec4064b commit aa38a87

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

psalm.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@
5656
<directory name="src/Import/Infrastructure/Adapter/" />
5757
</errorLevel>
5858
</PossiblyUnusedProperty>
59-
<UndefinedInterfaceMethod>
60-
<errorLevel type="suppress">
61-
<file name="src/Shared/Infrastructure/DependencyInjection/AppConfiguration.php" />
62-
</errorLevel>
63-
</UndefinedInterfaceMethod>
6459
<UnusedClass>
6560
<errorLevel type="suppress">
6661
<directory name="src/*/Application/MessageHandler/" />

0 commit comments

Comments
 (0)