From 71d8a5b271de0cca5c09ae861981ae674a34aedf Mon Sep 17 00:00:00 2001 From: jim Date: Wed, 22 Jan 2025 10:11:28 +1300 Subject: [PATCH] TEST --- phpstan.neon.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 114b030..8c986a6 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -7,7 +7,8 @@ parameters: - src - config ignoreErrors: - - '#^Class Webfox\\\LaravelBackedEnums\\\LaravelBackedEnumMakeCommand extends unknown class Illuminate\\\Foundation\\\Console\\\EnumMakeCommand\.$#' + - '#^Class Webfox\\\\LaravelBackedEnums\\\\LaravelBackedEnumMakeCommand extends unknown class Illuminate\\\\Foundation\\\\Console\\\\EnumMakeCommand\.$#' + reportUnmatchedIgnoredErrors: false tmpDir: build/phpstan checkOctaneCompatibility: true checkModelProperties: true