Skip to content

Commit

Permalink
Add phpstan.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Michot committed Nov 16, 2018
1 parent 8ae48a9 commit 41f37d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -13,6 +13,9 @@
"php": "^7.1",
"laravel/framework": "~5.7"
},
"require-dev": {
"nunomaduro/larastan": "^0.3.8"
},
"autoload": {
"psr-4": {
"Wink\\": "src/"
Expand Down
8 changes: 8 additions & 0 deletions phpstan.neon.dist
@@ -0,0 +1,8 @@
includes:
- ./vendor/nunomaduro/larastan/extension.neon
parameters:
excludes_analyse:
- %rootDir%/../../../src/Storage/factories
level: 1
paths:
- src

0 comments on commit 41f37d0

Please sign in to comment.