Skip to content

Commit 0f8cfe8

Browse files
committed
Set the default value of queue in proxy client to an empty array
1 parent efd6ed8 commit 0f8cfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProxyClient/AbstractProxyClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ abstract class AbstractProxyClient implements ProxyClientInterface
4848
*
4949
* @var array|RequestInterface[]
5050
*/
51-
private $queue;
51+
private $queue = array();
5252

5353
/**
5454
* Constructor.

0 commit comments

Comments
 (0)