We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5b529 commit b36aeeaCopy full SHA for b36aeea
1 file changed
psalm.xml.dist
@@ -7,7 +7,7 @@
7
allowStringToStandInForClass="true"
8
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9
xmlns="https://getpsalm.org/schema/config"
10
- xsi:schemaLocation="https://getpsalm.org/schema/config file:///var/www/html/vendor/vimeo/psalm/config.xsd"
+ xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
11
>
12
<projectFiles>
13
<directory name="src" />
@@ -59,7 +59,6 @@
59
<PossiblyUnusedMethod errorLevel="info" />
60
<PossiblyUnusedReturnValue errorLevel="info" />
61
<PossiblyUnusedParam errorLevel="info" />
62
- <ClassMustBeFinal errorLevel="info" />
63
<UnusedProperty errorLevel="info" />
64
<UnusedClass errorLevel="info" />
65
<UnusedVariable errorLevel="info" />
0 commit comments