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 efd6ed8 commit 0f8cfe8Copy full SHA for 0f8cfe8
src/ProxyClient/AbstractProxyClient.php
@@ -48,7 +48,7 @@ abstract class AbstractProxyClient implements ProxyClientInterface
48
*
49
* @var array|RequestInterface[]
50
*/
51
- private $queue;
+ private $queue = array();
52
53
/**
54
* Constructor.
0 commit comments