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 bdf335a commit 065f847Copy full SHA for 065f847
spec/CachePluginSpec.php
@@ -2,7 +2,7 @@
2
3
namespace spec\Http\Client\Plugin;
4
5
-use Http\Client\Utils\Promise\FulfilledPromise;
+use Http\Client\Tools\Promise\FulfilledPromise;
6
use PhpSpec\ObjectBehavior;
7
use Psr\Cache\CacheItemInterface;
8
use Psr\Cache\CacheItemPoolInterface;
src/CachePlugin.php
namespace Http\Client\Plugin;
use Psr\Http\Message\RequestInterface;
use Psr\Http\Message\ResponseInterface;
0 commit comments