Skip to content

Commit bb6654d

Browse files
Fixed psalm issues
1 parent 928ae4d commit bb6654d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

psalm.xml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
</projectFiles>
2222

2323
<issueHandlers>
24-
<MethodSignatureMismatch>
24+
<UndefinedClass>
2525
<errorLevel type="suppress">
26-
<directory name="src/Locate"/>
26+
<referencedClass name="ReflectionAttribute"/>
2727
</errorLevel>
28-
</MethodSignatureMismatch>
28+
</UndefinedClass>
2929
</issueHandlers>
3030
</psalm>

0 commit comments

Comments
 (0)