We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71f137 commit 71d8a5bCopy full SHA for 71d8a5b
phpstan.neon.dist
@@ -7,7 +7,8 @@ parameters:
7
- src
8
- config
9
ignoreErrors:
10
- - '#^Class Webfox\\\LaravelBackedEnums\\\LaravelBackedEnumMakeCommand extends unknown class Illuminate\\\Foundation\\\Console\\\EnumMakeCommand\.$#'
+ - '#^Class Webfox\\\\LaravelBackedEnums\\\\LaravelBackedEnumMakeCommand extends unknown class Illuminate\\\\Foundation\\\\Console\\\\EnumMakeCommand\.$#'
11
+ reportUnmatchedIgnoredErrors: false
12
tmpDir: build/phpstan
13
checkOctaneCompatibility: true
14
checkModelProperties: true
0 commit comments