mirror of
https://github.com/guzzle/guzzle.git
synced 2025-01-17 21:38:16 +01:00
6179dd0f61
* Replaced call to deprecated function * Re-worked static analysis * Removed unnecessary tools entries * Use --no-progress to hide broken progress bars
12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
includes:
|
|
- phpstan-baseline.neon
|
|
- vendor-bin/phpstan/vendor/phpstan/phpstan-deprecation-rules/rules.neon
|
|
|
|
parameters:
|
|
level: max
|
|
checkMissingIterableValueType: false
|
|
paths:
|
|
- src
|
|
bootstrapFiles:
|
|
- tests/bootstrap-phpstan.php
|