We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6cc54 commit e170112Copy full SHA for e170112
2 files changed
psalm-baseline.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<files psalm-version="5.12.0@f90118cdeacd0088e7215e64c0c99ceca819e176">
3
+ <file src="app/Config/Kint.php">
4
+ <UndefinedClass>
5
+ <code>AbstractRenderer</code>
6
+ </UndefinedClass>
7
+ </file>
8
+</files>
psalm.xml
@@ -7,6 +7,9 @@
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
autoloader="psalm_autoload.php"
9
cacheDirectory="build/psalm/"
10
+ errorBaseline="psalm-baseline.xml"
11
+ findUnusedBaselineEntry="true"
12
+ findUnusedCode="false"
13
>
14
<projectFiles>
15
<directory name="app/" />
0 commit comments