We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ffac56 commit b860278Copy full SHA for b860278
src/Client.php
@@ -33,7 +33,7 @@ public function __construct(
33
$this->responseFactory = $responseFactory ?? MessageFactoryDiscovery::find();
34
35
if ($streamFactory !== null || \func_num_args() === 3) {
36
- \trigger_error('The $streamFactory parameter is deprecated and ignored.', \E_USER_DEPRECATED);
+ @\trigger_error('The $streamFactory parameter is deprecated and ignored.', \E_USER_DEPRECATED);
37
}
38
39
tests/ClientTest.php
@@ -6,7 +6,6 @@
6
use Http\Adapter\Artax\Client;
7
use Http\Client\HttpClient;
8
use Http\Client\Tests\HttpClientTest;
9
-use Http\Message\StreamFactory;
10
11
class ClientTest extends HttpClientTest
12
{
0 commit comments