Skip to content

Commit fe0fcea

Browse files
authored
Merge pull request #1489 from cristi-contiu/fix-pipeline-phpstan-xml-ignored-error
PHPStan: Remove ignored XML variable property access error that is no longer matched
2 parents db988ec + d292243 commit fe0fcea

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)