Skip to content

Commit 9a6e843

Browse files
committed
Fixed phpstan config
1 parent 13527e7 commit 9a6e843

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

phpstan.neon.dist

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ parameters:
55
level: 4
66
paths:
77
- src
8-
- config
98
tmpDir: build/phpstan
109
checkOctaneCompatibility: true
11-
checkModelProperties: true
12-
checkMissingIterableValueType: false
10+
checkModelProperties: false
11+
reportUnmatchedIgnoredErrors: false
12+
reportMaybes: false
13+
fileExtensions:
14+
- php
15+
- php.stub
16+
bootstrapFiles:
17+
- config/filament-modules.php
1318

0 commit comments

Comments
 (0)