mirror of
https://github.com/guzzle/guzzle.git
synced 2025-01-17 05:18:13 +01:00
14 lines
302 B
Plaintext
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
|