Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit74ca2cb

Browse files
authored
Passint to&$still_running ofcurl_multi_exec (#2991)
1 parentc1fd316 commit74ca2cb

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

‎phpstan-baseline.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ parameters:
105105
count:1
106106
path:src/Handler/CurlMultiHandler.php
107107

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-
113108
-
114109
message:"#^Return typehint of method GuzzleHttp\\\\Handler\\\\CurlMultiHandler\\:\\:__get\\(\\) has invalid type CurlMultiHandle\\.$#"
115110
count:1

‎src/Handler/CurlMultiHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ class CurlMultiHandler
3232
private$selectTimeout;
3333

3434
/**
35-
* @varresource|\CurlMultiHandle|null the currently executing resource in`curl_multi_exec`.
35+
* @varint Will be higher than 0 when`curl_multi_exec` is still running.
3636
*/
37-
private$active;
37+
private$active =0;
3838

3939
/**
4040
* @var array Request entry handles, indexed by handle id in `addRequest`.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp