1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-17 21:38:16 +01:00
guzzle/phpstan-baseline.neon
Graham Campbell 7464d1506e
[7.0] Fixed type error (#2724) (#2737)
* Fixed type error

* Update phpstan-baseline.neon
2020-07-23 14:23:18 +03:00

28 lines
671 B
Plaintext

parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$str of function strtolower expects string, int\\|string given\\.$#"
count: 1
path: src/Client.php
-
message: "#^Binary operation \"\\*\" between float\\|int\\|string and 1000 results in an error\\.$#"
count: 1
path: src/Handler/MockHandler.php
-
message: "#^Parameter \\#1 \\$str1 of function strcasecmp expects string, int\\|string given\\.$#"
count: 1
path: src/Handler/CurlFactory.php
-
message: "#^Result of && is always false\\.$#"
count: 1
path: src/Middleware.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Pool.php