Skip to content

Commit

Permalink
Release v3.1.8 (#6515)
Browse files Browse the repository at this point in the history
Co-authored-by: Sharif <[email protected]>
Co-authored-by: guandeng <[email protected]>
Co-authored-by: Luffy <[email protected]>
  • Loading branch information
4 people committed Feb 1, 2024
1 parent ffe76fb commit 9168a08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Adapter/Reporter/HttpClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
use Closure;
use Hyperf\Coordinator\Constants;
use Hyperf\Coordinator\CoordinatorManager;
use Hyperf\Coroutine\Coroutine;
use Hyperf\Engine\Channel;
use Hyperf\Engine\Coroutine;
use Hyperf\Guzzle\ClientFactory;
use RuntimeException;
use Throwable;
Expand Down
2 changes: 1 addition & 1 deletion src/Adapter/Reporter/KafkaClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
use Closure;
use Hyperf\Coordinator\Constants;
use Hyperf\Coordinator\CoordinatorManager;
use Hyperf\Coroutine\Coroutine;
use Hyperf\Engine\Channel;
use Hyperf\Engine\Coroutine;
use Hyperf\Tracer\Exception\ConnectionClosedException;
use longlang\phpkafka\Producer\Producer;
use longlang\phpkafka\Producer\ProducerConfig;
Expand Down
2 changes: 1 addition & 1 deletion src/Aspect/CoroutineAspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
*/
namespace Hyperf\Tracer\Aspect;

use Hyperf\Coroutine\Coroutine as Co;
use Hyperf\Di\Aop\AbstractAspect;
use Hyperf\Di\Aop\ProceedingJoinPoint;
use Hyperf\Engine\Coroutine as Co;
use Hyperf\Tracer\SpanTagManager;
use Hyperf\Tracer\SwitchManager;
use Hyperf\Tracer\TracerContext;
Expand Down

0 comments on commit 9168a08

Please sign in to comment.