Skip to content

Commit

Permalink
Update phpstan.neon.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
celia514 authored Aug 2, 2024
1 parent 95dbdbc commit f2a71ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ includes:
- phpstan-baseline.neon

parameters:
level: 8
level: 4
paths:
- src
tmpDir: build/phpstan
checkOctaneCompatibility: true
checkModelProperties: true
checkMissingIterableValueType: false
ignoreErrors:
-
message: '#Call to static method getUrl\(\) on an unknown class BezhanSalleh\\FilamentShield\\Resources\\RoleResource#'
path: */src/*
-
identifier: 'missingType.iterableValue'
- '#Call to static method getUrl\(\) on an unknown class BezhanSalleh\\FilamentShield\\Resources\\RoleResource#'

0 comments on commit f2a71ce

Please sign in to comment.