We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d706b2c commit 58f4e08Copy full SHA for 58f4e08
1 file changed
phpstan.neon.dist
@@ -3,11 +3,7 @@ parameters:
3
level: 5
4
paths:
5
- src
6
- ignoreErrors:
7
- # On Guzzle 7 the base RequestException has getResponse(), so the
8
- # method_exists() guard is statically true; it stays for the Guzzle 8
9
- # code path, where the response lives only on the ResponseException
10
- # subclass.
11
- -
12
- message: '#^Call to function method_exists\(\) with GuzzleHttp\\Exception\\RequestException and ''getResponse'' will always evaluate to true\.$#'
13
- path: src/Http/REST.php
+ excludePaths:
+ # Legacy, unused Guzzle 6 auth handler retained for backwards
+ # compatibility only; it relies on APIs removed in Guzzle 8.
+ - src/AuthHandler/Guzzle6AuthHandler.php
0 commit comments