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 cf53d30 commit 0088943Copy full SHA for 0088943
src/Client.php
@@ -36,9 +36,6 @@
36
use function Hyperf\Collection\data_get;
37
use function Hyperf\Coroutine\wait;
38
39
-/**
40
- * @deprecated since 3.1
41
- */
42
class Client extends Server
43
{
44
protected PackerInterface $packer;
src/HttpClient.php
@@ -20,9 +20,6 @@
20
use Psr\Container\ContainerInterface;
21
use Psr\Http\Message\UriInterface;
22
23
24
25
26
class HttpClient
27
28
protected Client $client;
0 commit comments