mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-19 21:04:44 +02:00

* Remove old admin * Remove controller test * Remove unused exceptions * Remove unused files * More small tweaks * Fix doc block * Remove unused service * Restore these * Add back autoDeploy * Revert "Add back autoDeploy" This reverts commit 630c1e08acf8056ce8e612f376fcd00c23d90aea. * Add these back * Add back exception * Remove ApiController again --------- Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com> Co-authored-by: Boy132 <mail@boy132.de> Co-authored-by: notCharles <charles@pelican.dev>
18 lines
324 B
Plaintext
18 lines
324 B
Plaintext
includes:
|
|
- vendor/larastan/larastan/extension.neon
|
|
|
|
rules:
|
|
- App\PHPStan\ForbiddenGlobalFunctionsRule
|
|
|
|
parameters:
|
|
|
|
paths:
|
|
- app
|
|
|
|
level: 6
|
|
|
|
ignoreErrors:
|
|
- '#no value type specified in iterable#'
|
|
- '#Unable to resolve the template type#'
|
|
- '#does not specify its types#'
|