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 4c20d3f commit d81fc4fCopy full SHA for d81fc4f
psalm.xml
@@ -0,0 +1,20 @@
1
+<?xml version="1.0"?>
2
+<psalm
3
+ totallyTyped="true"
4
+ resolveFromConfigFile="true"
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
+>
9
+ <projectFiles>
10
+ <directory name="src" />
11
+ <ignoreFiles>
12
+ <directory name="vendor" />
13
+ <directory name="src/PHPUnit" />
14
+ </ignoreFiles>
15
+ </projectFiles>
16
+
17
+ <issueHandlers>
18
+ <MixedAssignment errorLevel="info" />
19
+ </issueHandlers>
20
+</psalm>
0 commit comments