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 8757273 commit df7beb3Copy full SHA for df7beb3
psalm-baseline.xml
@@ -0,0 +1,2 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<files psalm-version="3.13.1@afd8874a9e4562eac42a02de90e42e430c3a1db1"/>
psalm.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<psalm
3
+ errorLevel="6"
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
+ errorBaseline="psalm-baseline.xml"
9
+ autoloader="tests/bootstrap.php"
10
+>
11
+ <projectFiles>
12
+ <directory name="src" />
13
+ <ignoreFiles>
14
+ <directory name="vendor" />
15
+ </ignoreFiles>
16
+ </projectFiles>
17
+</psalm>
0 commit comments