Skip to content

Commit b6819dc

Browse files
committed
MC-25203: Introduce PHPStan code analysis tool to the static build
1 parent c7a2450 commit b6819dc

File tree

18 files changed

+988
-282
lines changed

18 files changed

+988
-282
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"pdepend/pdepend": "2.5.2",
9393
"phpcompatibility/php-compatibility": "^9.3",
9494
"phpmd/phpmd": "@stable",
95+
"phpstan/phpstan": "^0.12.2",
9596
"phpunit/phpunit": "~6.5.0",
9697
"sebastian/phpcpd": "~3.0.0",
9798
"squizlabs/php_codesniffer": "~3.4.0"
@@ -341,7 +342,8 @@
341342
"Magento\\Tools\\": "dev/tools/Magento/Tools/",
342343
"Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/",
343344
"Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
344-
"Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/"
345+
"Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/",
346+
"Magento\\PhpStan\\": "dev/tests/static/framework/Magento/PhpStan/"
345347
}
346348
},
347349
"prefer-stable": true

0 commit comments

Comments
 (0)