mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
15 lines
342 B
Plaintext
15 lines
342 B
Plaintext
includes:
|
|
- vendor/phpstan/phpstan-strict-rules/rules.neon
|
|
- vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
|
|
|
|
parameters:
|
|
level: max
|
|
paths:
|
|
- src
|
|
|
|
checkMissingIterableValueType: true
|
|
reportUnmatchedIgnoredErrors: true
|
|
|
|
ignoreErrors:
|
|
- "#type mixed is not subtype of native#"
|