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 89e1e7d commit fb139a7Copy full SHA for fb139a7
composer.json
@@ -12,6 +12,7 @@
12
}
13
},
14
"require-dev": {
15
+ "vimeo/psalm": "^4.9",
16
"jetbrains/phpstorm-attributes": "^1.0",
17
"phpunit/phpunit": "^9.0"
18
psalm.xml
@@ -0,0 +1,16 @@
1
+<?xml version="1.0"?>
2
+<psalm
3
+ errorLevel="1"
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
+ xmlns:xi="http://www.w3.org/2001/XInclude"
9
+>
10
+ <projectFiles>
11
+ <directory name="src" />
+ <ignoreFiles>
+ <directory name="vendor" />
+ </ignoreFiles>
+ </projectFiles>
+</psalm>
0 commit comments