Skip to content

Commit

Permalink
fix: fix phpstan configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoSot committed Apr 12, 2024
1 parent 42e5057 commit e5e0514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruleset-phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
includes:
- ./vendor/nunomaduro/larastan/extension.neon
- ./vendor/larastan/larastan/extension.neon
parameters:
paths:
- src
- tests
# The level 8 is the highest level

level: 6
reportStaticMethodSignatures: true
parallel:
Expand Down

0 comments on commit e5e0514

Please sign in to comment.