mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
24 lines
817 B
Plaintext
24 lines
817 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
|
|
|
|
checkMissingIterableValueType: true
|
|
reportUnmatchedIgnoredErrors: true
|
|
|
|
ignoreErrors:
|
|
- "#has a nullable return type declaration.#"
|
|
- "#Language construct isset\\(\\) should not be used.#"
|
|
- "#is not allowed to extend#"
|
|
- "#is concrete, but does not have a Test suffix#"
|
|
- "#with a nullable type declaration#"
|
|
- "#type mixed is not subtype of native#"
|
|
- "# with null as default value#"
|
|
- "#has parameter \\$closure with default value.#"
|
|
- "#has parameter \\$description with default value.#"
|