Skip to content

Commit

Permalink
fix phpstan config file
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Dec 11, 2023
1 parent b374f67 commit 5db6e97
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
includes:
- ./vendor/nunomaduro/larastan/extension.neon
- ./vendor/larastan/larastan/extension.neon

parameters:

paths:
- src

# The level 8 is the highest level
level: 5
level: "max"

checkMissingIterableValueType: false

ignoreErrors:
- '#Unsafe usage of new static#'

0 comments on commit 5db6e97

Please sign in to comment.