Skip to content

Commit 0088943

Browse files
huangdijialimingxinleo
authored andcommitted
⚙️chore(deprecation) remove deprecated code;
1 parent cf53d30 commit 0088943

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Client.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
use function Hyperf\Collection\data_get;
3737
use function Hyperf\Coroutine\wait;
3838

39-
/**
40-
* @deprecated since 3.1
41-
*/
4239
class Client extends Server
4340
{
4441
protected PackerInterface $packer;

src/HttpClient.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
use Psr\Container\ContainerInterface;
2121
use Psr\Http\Message\UriInterface;
2222

23-
/**
24-
* @deprecated since 3.1
25-
*/
2623
class HttpClient
2724
{
2825
protected Client $client;

0 commit comments

Comments
 (0)