Skip to content

Commit b36aeea

Browse files
fixed issue
1 parent fc5b529 commit b36aeea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

psalm.xml.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
allowStringToStandInForClass="true"
88
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xmlns="https://getpsalm.org/schema/config"
10-
xsi:schemaLocation="https://getpsalm.org/schema/config file:///var/www/html/vendor/vimeo/psalm/config.xsd"
10+
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
1111
>
1212
<projectFiles>
1313
<directory name="src" />
@@ -59,7 +59,6 @@
5959
<PossiblyUnusedMethod errorLevel="info" />
6060
<PossiblyUnusedReturnValue errorLevel="info" />
6161
<PossiblyUnusedParam errorLevel="info" />
62-
<ClassMustBeFinal errorLevel="info" />
6362
<UnusedProperty errorLevel="info" />
6463
<UnusedClass errorLevel="info" />
6564
<UnusedVariable errorLevel="info" />

0 commit comments

Comments
 (0)