Skip to content

Commit 071c024

Browse files
Merge pull request #6 from superrosko/qa/psalm
Qa/psalm
2 parents cfeb941 + 00f7180 commit 071c024

14 files changed

+3341
-1042
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
"require-dev": {
3939
"laminas/laminas-coding-standard": "~2.3.0",
4040
"phpspec/prophecy-phpunit": "^2.0",
41-
"phpunit/phpunit": "^9.5"
41+
"phpunit/phpunit": "^9.5",
42+
"psalm/plugin-phpunit": "^0.12.2",
43+
"vimeo/psalm": "^3.16"
4244
},
4345
"autoload": {
4446
"psr-4": {
@@ -57,6 +59,7 @@
5759
],
5860
"cs-check": "phpcs",
5961
"cs-fix": "phpcbf",
62+
"static-analysis": "psalm --shepherd --stats",
6063
"test": "phpunit --colors=always",
6164
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
6265
},

composer.lock

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

0 commit comments

Comments
 (0)