Skip to content

Commit

Permalink
fixed phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Oct 11, 2018
1 parent d35fdcb commit 5322aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"scripts": {
"test": [
"phpunit --coverage-text",
"phpstan analyse --no-progress --level 7 src",
"phpcs"
],
"cs-fix": "php-cs-fixer fix .",
"coverage": "phpunit --coverage-html=coverage"
"coverage": "phpunit --coverage-html=coverage",
"analyse": "phpstan analyse --no-progress --level 7 src"
}
}

0 comments on commit 5322aef

Please sign in to comment.