Skip to content

Commit 5078380

Browse files
committed
Add static analysis to the Composer QA job
This adds Psalm to the QA job, so that it's included in that task, ensuring that the code is as maintainable as possible.
1 parent 7d16f9a commit 5078380

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"scripts": {
6666
"check": [
6767
"@cs-check",
68+
"@static-analysis",
6869
"@test"
6970
],
7071
"cs-check": "phpcs",

0 commit comments

Comments
 (0)