Skip to content

Commit 71d8a5b

Browse files
committed
TEST
1 parent b71f137 commit 71d8a5b

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
@@ -7,7 +7,8 @@ parameters:
77
- src
88
- config
99
ignoreErrors:
10-
- '#^Class Webfox\\\LaravelBackedEnums\\\LaravelBackedEnumMakeCommand extends unknown class Illuminate\\\Foundation\\\Console\\\EnumMakeCommand\.$#'
10+
- '#^Class Webfox\\\\LaravelBackedEnums\\\\LaravelBackedEnumMakeCommand extends unknown class Illuminate\\\\Foundation\\\\Console\\\\EnumMakeCommand\.$#'
11+
reportUnmatchedIgnoredErrors: false
1112
tmpDir: build/phpstan
1213
checkOctaneCompatibility: true
1314
checkModelProperties: true

0 commit comments

Comments
 (0)