Skip to content

Commit

Permalink
Dev: Add Psalm check to service class folder
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 23, 2021
1 parent 7f99a8e commit 14f27ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"test": [
"! find application/ -type f -name '*.php' -print0 | xargs -I {} -0 -P 0 php -l {} | grep -v 'No syntax error'",
"./third_party/bin/phpcs --standard=tests/rulesets/phpcs_ruleset.xml application/models/services",
"./third_party/bin/phpmd application/models/services/ text unusedcode"
"./third_party/bin/phpmd application/models/services/ text unusedcode",
"./third_party/bin/psalm application/models/services/"
]
}
}

0 comments on commit 14f27ca

Please sign in to comment.