mirror of
https://github.com/guzzle/guzzle.git
synced 2025-01-17 21:38:16 +01:00
7464d1506e
* Fixed type error * Update phpstan-baseline.neon
28 lines
671 B
Plaintext
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
|
|
|