Skip to content

Commit

Permalink
Add vendor/bin/psalm check
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Dec 18, 2019
1 parent f674256 commit bba86bb
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 @@ -44,7 +44,8 @@
},
"scripts": {
"analyse": [
"@php vendor/bin/ecs check src"
"@php vendor/bin/ecs check src",
"@php vendor/bin/psalm"
],
"fix": [
"@php vendor/bin/ecs check src --fix"
Expand Down

0 comments on commit bba86bb

Please sign in to comment.