Skip to content

Commit

Permalink
Remove phpstan/psalm checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Dec 16, 2019
1 parent 4a883fe commit c1b7667
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
},
"scripts": {
"analyse": [
"@php vendor/bin/ecs check src",
"@php vendor/bin/phpstan analyse --ansi -c phpstan.neon -l max src",
"@php vendor/bin/psalm"
"@php vendor/bin/ecs check src"
],
"fix": [
"@php vendor/bin/ecs check src --fix"
Expand Down

0 comments on commit c1b7667

Please sign in to comment.