includes: - vendor/larastan/larastan/extension.neon rules: - App\PHPStan\ForbiddenGlobalFunctionsRule parameters: paths: - app level: 6 ignoreErrors: - identifier: argument.templateType - identifier: missingType.generics - '#Call to an undefined method Filament\\Forms\\Components\\TextInput::suffixCopy\(\)#' - '#Call to an undefined method Filament\\Forms\\Components\\TextInput::hintCopy\(\)#' - '#Call to an undefined method Filament\\Forms\\Components\\Textarea::hintCopy\(\)#' # We are getting and setting environment variables directly - identifier: larastan.noEnvCallsOutsideOfConfig paths: - app/Console/Commands/Environment/*.php - app/Extensions/Captcha/Providers/*.php - app/Extensions/OAuth/Providers/*.php - app/Filament/Admin/Pages/Settings.php