Skip to content

Commit b31c2c0

Browse files
Exclude psalm MixedMethodCall from Configuration.php
1 parent f937a2c commit b31c2c0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

psalm.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
66
xmlns="https://getpsalm.org/schema/config"
77
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
8-
errorLevel="2"
8+
errorLevel="1"
99
>
1010
<projectFiles>
1111
<directory name="src"/>
@@ -27,6 +27,12 @@
2727
<file name="src/DependencyInjection/Configuration.php" />
2828
</errorLevel>
2929
</PossiblyNullReference>
30+
31+
<MixedMethodCall>
32+
<errorLevel type="suppress">
33+
<file name="src/DependencyInjection/Configuration.php" />
34+
</errorLevel>
35+
</MixedMethodCall>
3036
</issueHandlers>
3137

3238
<plugins>

0 commit comments

Comments
 (0)