mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
23 lines
661 B
Plaintext
23 lines
661 B
Plaintext
includes:
|
|
- vendor/phpstan/phpstan-strict-rules/rules.neon
|
|
- vendor/ergebnis/phpstan-rules/rules.neon
|
|
- vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
|
|
|
|
parameters:
|
|
level: max
|
|
paths:
|
|
- src
|
|
excludes_analyse:
|
|
- src/globals.php
|
|
|
|
checkMissingIterableValueType: true
|
|
checkGenericClassInNonGenericObjectType: false
|
|
reportUnmatchedIgnoredErrors: true
|
|
|
|
ignoreErrors:
|
|
- "#is not allowed to extend#"
|
|
- "#Language construct eval#"
|
|
- "# with null as default value#"
|
|
- "#Using \\$this in static method#"
|
|
- "#has parameter \\$closure with default value.#"
|