Skip to content

Commit

Permalink
phpstan level 5
Browse files Browse the repository at this point in the history
  • Loading branch information
EsdertCO committed Aug 28, 2020
1 parent 8b78c3e commit 65bf1ea
Show file tree
Hide file tree
Showing 7 changed files with 5,907 additions and 515 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,13 @@
"Creativeorange\\LaravelStubs\\LaravelStubsServiceProvider"
]
}
},
"require-dev": {
"php": ">=7.2",
"orchestra/testbench": "^5.4",
"nunomaduro/larastan": "^0.6.2"
},
"scripts": {
"analyze": "phpstan analyse -c vendor/nunomaduro/larastan/extension.neon -l 5 src/"
}
}
Loading

0 comments on commit 65bf1ea

Please sign in to comment.