@@ -12,6 +12,18 @@ parameters:
1212 count : 1
1313 path : src/Http/Connector.php
1414
15+ -
16+ message : ' #^Parameter \#1 \$callback of function call_user_func_array expects callable\(\)\: mixed, \(callable\(\)\: mixed\)\|object given\.$#'
17+ identifier : argument.type
18+ count : 2
19+ path : src/Http/Connector.php
20+
21+ -
22+ message : ' #^Parameter \#1 \$object of method ReflectionMethod\:\:invoke\(\) expects object\|null, class\-string\|object given\.$#'
23+ identifier : argument.type
24+ count : 1
25+ path : src/Http/Connector.php
26+
1527 -
1628 message : ' #^Parameter \#1 \$response of method Saloon\\Http\\PendingRequest\:\:executeResponsePipeline\(\) expects Saloon\\Http\\Response, GuzzleHttp\\Promise\\PromiseInterface\|Saloon\\Http\\Response given\.$#'
1729 identifier : argument.type
@@ -54,6 +66,18 @@ parameters:
5466 count : 1
5567 path : src/Http/PendingRequest.php
5668
69+ -
70+ message : ' #^Parameter \#1 \$callback of function call_user_func_array expects callable\(\)\: mixed, \(callable\(\)\: mixed\)\|object given\.$#'
71+ identifier : argument.type
72+ count : 2
73+ path : src/Http/Request.php
74+
75+ -
76+ message : ' #^Parameter \#1 \$object of method ReflectionMethod\:\:invoke\(\) expects object\|null, class\-string\|object given\.$#'
77+ identifier : argument.type
78+ count : 1
79+ path : src/Http/Request.php
80+
5781 -
5882 message : ' #^Parameter \#1 \$callback of function call_user_func_array expects callable\(\)\: mixed, \(callable\(\)\: mixed\)\|object given\.$#'
5983 identifier : argument.type
0 commit comments