Skip to content

Commit faa32d9

Browse files
committed
chore: fix phpstan config
1 parent 542f44c commit faa32d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpstan.neon.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ parameters:
66
paths:
77
- src
88
- config
9-
- database
109
tmpDir: build/phpstan
1110
checkOctaneCompatibility: true
1211
checkModelProperties: true
12+
ignoreErrors:
13+
- '#outside of the config directory which returns null when the config is cached#'

0 commit comments

Comments
 (0)