Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 14, 2021
1 parent 529aecd commit 34fc02c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
},
"require-dev": {
"orchestra/testbench": "^6.16",
"orchestra/canvas": "^6.1"
"orchestra/canvas": "^6.1",
"phpstan/phpstan": "^1.0.1"
},
"minimum-stability": "dev"
}
13 changes: 13 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
parameters:

paths:
- src

# The level 8 is the highest level
level: 6

excludePaths:
- ./src/nova.php

checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: false

0 comments on commit 34fc02c

Please sign in to comment.