Skip to content

Commit b83b3f8

Browse files
hostepandrewbess
authored andcommitted
Upgraded phpstan to 1.x
1 parent ca1b5b6 commit b83b3f8

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"pdepend/pdepend": "~2.10.0",
9191
"phpcompatibility/php-compatibility": "^9.3",
9292
"phpmd/phpmd": "^2.9.1",
93-
"phpstan/phpstan": "^0.12.77",
93+
"phpstan/phpstan": "^1.1",
9494
"phpunit/phpunit": "~9.5.0",
9595
"sebastian/phpcpd": "^6.0.3",
9696
"squizlabs/php_codesniffer": "~3.6.0",

composer.lock

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ parameters:
22
checkExplicitMixedMissingReturn: true
33
checkPhpDocMissingReturn: true
44
reportUnmatchedIgnoredErrors: false
5-
excludes_analyse:
5+
excludePaths:
66
- %rootDir%/../../../lib/internal/Magento/Framework/ObjectManager/Test/Unit/*
77
- %rootDir%/../../../*/_files/*
88
- %rootDir%/../../../dev/tests/*/Fixtures/*

0 commit comments

Comments
 (0)