1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-17 05:18:13 +01:00
guzzle/phpstan.neon.dist
2024-07-18 11:39:23 +01:00

14 lines
302 B
Plaintext

includes:
- phpstan-baseline.neon
- vendor-bin/phpstan/vendor/phpstan/phpstan-deprecation-rules/rules.neon
parameters:
ignoreErrors:
-
identifier: missingType.iterableValue
level: max
paths:
- src
bootstrapFiles:
- tests/bootstrap-phpstan.php