Skip to content

Commit d292243

Browse files
committed
phpstan: Remove ignored XML variable property access error
1 parent db988ec commit d292243

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ parameters:
1111
-
1212
message: '~^Call to function in_array\(\) requires parameter #3 to be true\.$~'
1313
path: src/Version/SortedMigrationPlanCalculator.php
14-
-
15-
message: '~^Variable property access on SimpleXMLElement\.$~'
16-
path: src/Configuration/Migration/XmlFile.php
1714
-
1815
message: '~^Call to function is_bool\(\) with bool will always evaluate to true\.$~'
1916
path: src/InlineParameterFormatter.php

0 commit comments

Comments
 (0)