Skip to content

Commit 065f847

Browse files
committed
Change the namespace of the promise
1 parent bdf335a commit 065f847

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/CachePluginSpec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace spec\Http\Client\Plugin;
44

5-
use Http\Client\Utils\Promise\FulfilledPromise;
5+
use Http\Client\Tools\Promise\FulfilledPromise;
66
use PhpSpec\ObjectBehavior;
77
use Psr\Cache\CacheItemInterface;
88
use Psr\Cache\CacheItemPoolInterface;

src/CachePlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Http\Client\Plugin;
44

5-
use Http\Client\Utils\Promise\FulfilledPromise;
5+
use Http\Client\Tools\Promise\FulfilledPromise;
66
use Psr\Cache\CacheItemPoolInterface;
77
use Psr\Http\Message\RequestInterface;
88
use Psr\Http\Message\ResponseInterface;

0 commit comments

Comments
 (0)