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 700de11 commit 4e045c7Copy full SHA for 4e045c7
dev/tests/static/testsuite/Magento/Test/Php/_files/phpstan/phpstan.neon
@@ -29,10 +29,10 @@ parameters:
29
- '#Method (?:.*?) should return (?:.*?)void(?:.*?) but return statement is missing.#'
30
31
services:
32
- errorFormatter.filtered:
33
- class: Magento\PhpStan\Formatters\FilteredErrorFormatter
34
- arguments:
35
- showTipsOfTheDay: false
36
- checkThisOnly: false
+ errorFormatter.filtered:
+ class: Magento\PhpStan\Formatters\FilteredErrorFormatter
+ arguments:
+ showTipsOfTheDay: false
+ checkThisOnly: false
37
inferPrivatePropertyTypeFromConstructor: true
38
checkMissingTypehints: %checkMissingTypehints%
0 commit comments