Skip to content

Commit 94c5940

Browse files
Merged 36418 and resolved conflicts
2 parents 8a46f66 + fc9db05 commit 94c5940

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"pdepend/pdepend": "^2.10",
100100
"phpmd/phpmd": "^2.12",
101101
"phpstan/phpstan": "^1.7",
102+
"phpstan/phpstan-deprecation-rules": "^1.0",
102103
"phpunit/phpunit": "^9.5",
103104
"sebastian/phpcpd": "^6.0",
104105
"symfony/finder": "^5.4"

composer.lock

Lines changed: 50 additions & 0 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ parameters:
3737
- '#Constant TESTS_INSTALLATION_DB_CONFIG_FILE not found.#'
3838
- '#Constant T_[A-Z_]+ not found.#'
3939

40+
includes:
41+
- %rootDir%/../../../vendor/phpstan/phpstan-deprecation-rules/rules.neon
4042

4143
services:
4244
-

0 commit comments

Comments
 (0)