1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-17 13:28:13 +01:00
guzzle/phpstan.neon.dist
Richard van Laak c4c348a4f1
Reduce PHPStan baseline errors (#2677)
Co-authored-by: Richard van Laak <richard@scribbr.nl>
Co-authored-by: Tobias Nyholm <tobias.nyholm@gmail.com>
Co-authored-by: Graham Campbell <GrahamCampbell@users.noreply.github.com>
2020-06-09 15:22:29 +03:00

11 lines
188 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: max
checkMissingIterableValueType: false
paths:
- src
bootstrapFiles:
- tests/bootstrap-phpstan.php