Skip to content

Commit 0bd0521

Browse files
committed
Remove redundant and deprecated Psalm config
1 parent a7d131d commit 0bd0521

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

psalm.xml.dist

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
xmlns="https://getpsalm.org/schema/config"
55
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
66
xmlns:xi="http://www.w3.org/2001/XInclude"
7-
totallyTyped="false"
87
useDocblockTypes="true"
98
usePhpDocMethodsWithoutMagicCall="false"
109
strictBinaryOperands="true"
1110
rememberPropertyAssignmentsAfterCall="true"
12-
allowPhpStormGenerics="true"
1311
allowStringToStandInForClass="false"
1412
memoizeMethodCallResults="false"
1513
hoistConstants="false"
@@ -26,12 +24,6 @@
2624
<directory name="src"/>
2725
</projectFiles>
2826

29-
<extraFiles>
30-
<ignoreFiles>
31-
<directory name="vendor/phpspec/prophecy"/>
32-
</ignoreFiles>
33-
</extraFiles>
34-
3527

3628
<issueHandlers>
3729
<ConflictingReferenceConstraint errorLevel="error"/>

0 commit comments

Comments
 (0)