We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0f24b commit cd00a6eCopy full SHA for cd00a6e
build/collision-detector.json
@@ -15,6 +15,9 @@
15
"../tests/PHPStan/Rules/Functions/data/define-bug-3349.php",
16
"../tests/PHPStan/Levels/data/stubs/function.php",
17
"../tests/PHPStan/Rules/Properties/data/abstract-final-property-hook-parse-error.php",
18
- "../tests/PHPStan/Rules/Properties/data/final-property-hooks.php"
+ "../tests/PHPStan/Rules/Properties/data/final-property-hooks.php",
19
+ "../tests/PHPStan/Rules/Functions/data/function-call-statement-result-discarded.php",
20
+ "../tests/PHPStan/Rules/Methods/data/method-call-statement-result-discarded.php",
21
+ "../tests/PHPStan/Rules/Methods/data/static-method-call-statement-result-discarded.php"
22
]
23
}
0 commit comments