Skip to content

Commit

Permalink
fix configurazione larastan
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Sep 15, 2024
1 parent 7d1d357 commit 04d9792
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includes:
- ./vendor/nunomaduro/larastan/extension.neon
- ./vendor/larastan/larastan/extension.neon

parameters:

Expand All @@ -13,11 +13,11 @@ parameters:
- '#Property .* has no type specified#'
- '#Function .* has parameter .* with no type specified#'
- '#Function .* has no return type specified#'
- identifier: missingType.iterableValue
- identifier: missingType.generics

# The level 8 is the highest level
level: 6
checkModelProperties: true
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: false
treatPhpDocTypesAsCertain: false
checkGenericClassInNonGenericObjectType: false

0 comments on commit 04d9792

Please sign in to comment.