Skip to content

Commit 8f1fb34

Browse files
authored
Merge pull request #88 from kenjis/update-psalm.xml
Add new config item for Psalm
2 parents ab550cb + 350be80 commit 8f1fb34

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

psalm.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
88
autoloader="psalm_autoload.php"
99
cacheDirectory="build/psalm/"
10+
findUnusedBaselineEntry="true"
11+
findUnusedCode="false"
1012
>
1113
<projectFiles>
1214
<directory name="src/" />

src/Template/psalm.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
88
autoloader="psalm_autoload.php"
99
cacheDirectory="build/psalm/"
10+
findUnusedBaselineEntry="true"
11+
findUnusedCode="false"
1012
>
1113
<projectFiles>
1214
<directory name="app/" />

0 commit comments

Comments
 (0)