1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-12 03:24:26 +01:00
guzzle/phpstan-baseline.neon
Mponos George c2c9d72f8b
Use final annotation to mark classes as final (#2726)
* Use final annotation to mark classes as final

* Add final to handlers

* Fix phpstan
2020-09-19 15:35:02 +02:00

17 lines
419 B
Plaintext

parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$str of function strtolower expects string, int\\|string given\\.$#"
count: 1
path: src/Client.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: 2
path: src/Middleware.php