Skip to content

Commit

Permalink
Use only phpstan config for folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Jun 1, 2020
1 parent 234c4a9 commit 6c9dc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"scripts": {
"fix": "php-cs-fixer fix",
"stan": "phpstan analyse src -c phpstan.neon.dist",
"stan": "phpstan analyse -c phpstan.neon.dist",
"test": "phpunit"
}
}

0 comments on commit 6c9dc78

Please sign in to comment.