Skip to content

Commit

Permalink
phpstan config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bezhanSalleh committed Sep 2, 2024
1 parent 2124283 commit 7195969
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ parameters:
-
message: '#Access to an undefined property [a-zA-Z0-9\\_]+::\$[a-zA-Z0-9\\_]#'
path: src/Commands/MakeShieldSeederCommand.php
-
message: '#Missing typehint for iterable value#'

tmpDir: build/phpstan
checkOctaneCompatibility: true
checkModelProperties: true
checkMissingIterableValueType: false

checkModelProperties: true

0 comments on commit 7195969

Please sign in to comment.