2024-03-16 14:19:32 -04:00
|
|
|
includes:
|
|
|
|
|
- vendor/larastan/larastan/extension.neon
|
|
|
|
|
|
2024-10-19 17:22:03 -04:00
|
|
|
rules:
|
|
|
|
|
- App\PHPStan\ForbiddenGlobalFunctionsRule
|
|
|
|
|
|
2024-03-16 14:19:32 -04:00
|
|
|
parameters:
|
|
|
|
|
|
|
|
|
|
paths:
|
2024-10-19 21:00:11 -04:00
|
|
|
- app
|
2024-03-16 14:19:32 -04:00
|
|
|
|
2024-10-19 21:00:11 -04:00
|
|
|
level: 6
|
2024-03-17 12:52:22 -04:00
|
|
|
|
2026-03-17 09:09:01 +01:00
|
|
|
treatPhpDocTypesAsCertain: false
|
|
|
|
|
|
2024-03-17 12:52:22 -04:00
|
|
|
ignoreErrors:
|
2025-01-16 14:53:50 -05:00
|
|
|
- identifier: argument.templateType
|
|
|
|
|
- identifier: missingType.generics
|
2025-09-08 13:12:33 -04:00
|
|
|
- '#Call to an undefined method Filament\\Forms\\Components\\(.+)::hintCopy\(\)#'
|
2025-01-16 14:53:50 -05:00
|
|
|
|
|
|
|
|
# We are getting and setting environment variables directly
|
|
|
|
|
-
|
|
|
|
|
identifier: larastan.noEnvCallsOutsideOfConfig
|
|
|
|
|
paths:
|
|
|
|
|
- app/Console/Commands/Environment/*.php
|
2025-07-01 21:33:11 -04:00
|
|
|
- app/Extensions/Captcha/Schemas/*.php
|
|
|
|
|
- app/Extensions/OAuth/Schemas/*.php
|
2025-01-16 14:53:50 -05:00
|
|
|
- app/Filament/Admin/Pages/Settings.php
|