Skip to content

Commit 4e045c7

Browse files
committed
MC-14884: MySQL Upgrade - v8
1 parent 700de11 commit 4e045c7

File tree

1 file changed

+5
-5
lines changed
  • dev/tests/static/testsuite/Magento/Test/Php/_files/phpstan

1 file changed

+5
-5
lines changed

dev/tests/static/testsuite/Magento/Test/Php/_files/phpstan/phpstan.neon

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ parameters:
2929
- '#Method (?:.*?) should return (?:.*?)void(?:.*?) but return statement is missing.#'
3030

3131
services:
32-
errorFormatter.filtered:
33-
class: Magento\PhpStan\Formatters\FilteredErrorFormatter
34-
arguments:
35-
showTipsOfTheDay: false
36-
checkThisOnly: false
32+
errorFormatter.filtered:
33+
class: Magento\PhpStan\Formatters\FilteredErrorFormatter
34+
arguments:
35+
showTipsOfTheDay: false
36+
checkThisOnly: false
3737
inferPrivatePropertyTypeFromConstructor: true
3838
checkMissingTypehints: %checkMissingTypehints%

0 commit comments

Comments
 (0)