Skip to content

Commit

Permalink
Added phpstan for manual run
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kurowski committed May 26, 2021
1 parent 00fe11f commit 703c2d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"guzzlehttp/guzzle": "^6.3"
},
"require-dev": {
"phpstan/phpstan": "^0.12.88",
"tracy/tracy": "^2.5"
},
"autoload": {
Expand Down
5 changes: 5 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
parameters:
level: 0 # incrementaly increase up to the highest (currently 8)
paths:
- src/
- tests/

0 comments on commit 703c2d8

Please sign in to comment.