mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-19 21:04:44 +02:00
21 lines
527 B
Plaintext
21 lines
527 B
Plaintext
includes:
|
|
- vendor/larastan/larastan/extension.neon
|
|
|
|
rules:
|
|
- App\PHPStan\ForbiddenGlobalFunctionsRule
|
|
|
|
parameters:
|
|
|
|
paths:
|
|
- app
|
|
|
|
level: 6
|
|
|
|
ignoreErrors:
|
|
# Prologue\Alerts defines its methods from its configuration file dynamically
|
|
- '#^Call to an undefined method Prologue\\Alerts\\AlertsMessageBag::(danger|success|info|warning)\(\)\.$#'
|
|
|
|
- '#no value type specified in iterable#'
|
|
- '#Unable to resolve the template type#'
|
|
- '#does not specify its types#'
|