File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -105,11 +105,6 @@ parameters:
105
105
count : 1
106
106
path : src/Handler/CurlMultiHandler.php
107
107
108
- -
109
- message : " #^Property GuzzleHttp\\\\ Handler\\\\ CurlMultiHandler\\ :\\ :\\ $active has unknown class CurlMultiHandle as its type\\ .$#"
110
- count : 1
111
- path : src/Handler/CurlMultiHandler.php
112
-
113
108
-
114
109
message : " #^Return typehint of method GuzzleHttp\\\\ Handler\\\\ CurlMultiHandler\\ :\\ :__get\\ (\\ ) has invalid type CurlMultiHandle\\ .$#"
115
110
count : 1
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ class CurlMultiHandler
32
32
private $ selectTimeout ;
33
33
34
34
/**
35
- * @var resource|\CurlMultiHandle|null the currently executing resource in `curl_multi_exec`.
35
+ * @var int Will be higher than 0 when `curl_multi_exec` is still running .
36
36
*/
37
- private $ active ;
37
+ private $ active = 0 ;
38
38
39
39
/**
40
40
* @var array Request entry handles, indexed by handle id in `addRequest`.
You can’t perform that action at this time.
0 commit comments