Skip to content

Commit 072d2c3

Browse files
committed
wring use statement
1 parent e89c695 commit 072d2c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Collector/PluginClientFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Http\Client\Common\PluginClient;
77
use Http\Client\HttpAsyncClient;
88
use Http\Client\HttpClient;
9-
use Http\HttplugBundle\Tests\Unit\Collector\ClientInterface;
9+
use Psr\Http\Client\ClientInterface;
1010
use Symfony\Component\Stopwatch\Stopwatch;
1111

1212
/**

Collector/ProfileClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Http\Client\Exception\HttpException;
88
use Http\Client\HttpAsyncClient;
99
use Http\Client\HttpClient;
10-
use Http\HttplugBundle\Tests\Unit\Collector\ClientInterface;
10+
use Psr\Http\Client\ClientInterface;
1111
use Psr\Http\Message\RequestInterface;
1212
use Psr\Http\Message\ResponseInterface;
1313
use Symfony\Component\Stopwatch\Stopwatch;

0 commit comments

Comments
 (0)