We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f937a2c commit b31c2c0Copy full SHA for b31c2c0
psalm.xml
@@ -5,7 +5,7 @@
5
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6
xmlns="https://getpsalm.org/schema/config"
7
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
8
- errorLevel="2"
+ errorLevel="1"
9
>
10
<projectFiles>
11
<directory name="src"/>
@@ -27,6 +27,12 @@
27
<file name="src/DependencyInjection/Configuration.php" />
28
</errorLevel>
29
</PossiblyNullReference>
30
+
31
+ <MixedMethodCall>
32
+ <errorLevel type="suppress">
33
+ <file name="src/DependencyInjection/Configuration.php" />
34
+ </errorLevel>
35
+ </MixedMethodCall>
36
</issueHandlers>
37
38
<plugins>
0 commit comments