mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
includes:
|
|
- vendor/phpstan/phpstan-symfony/extension.neon
|
|
parameters:
|
|
checkMissingIterableValueType: false
|
|
checkGenericClassInNonGenericObjectType: false
|
|
ignoreErrors:
|
|
- '#If condition is always false#'
|
|
symfony:
|
|
console_application_loader: 'config/cli-app.php'
|