@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Audiens\AdobeClient\Authentication; |
4 | 4 | |
5 | -use Audiens\AdobeClient\Auth; |
|
6 | 5 | use Audiens\AdobeClient\Exception\AuthException; |
7 | 6 | use Doctrine\Common\Cache\Cache; |
8 | 7 | use GuzzleHttp\ClientInterface; |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * AdnxStrategy constructor. |
27 | 27 | * |
28 | 28 | * @param ClientInterface $clientInterface |
29 | - * @param Cache|null $cache |
|
29 | + * @param Cache $cache |
|
30 | 30 | */ |
31 | 31 | public function __construct(ClientInterface $clientInterface, Cache $cache) |
32 | 32 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Audiens\AdobeClient\Repository; |
4 | 4 | |
5 | -use Audiens\AdobeClient\Auth; |
|
6 | 5 | use Audiens\AdobeClient\CachableTrait; |
7 | 6 | use Audiens\AdobeClient\CacheableInterface; |
8 | 7 | use Audiens\AdobeClient\Entity\TraitMetrics; |
@@ -70,7 +70,7 @@ |
||
70 | 70 | * @param null $uri |
71 | 71 | * @param array $options |
72 | 72 | * |
73 | - * @return mixed|\Psr\Http\Message\ResponseInterface |
|
73 | + * @return \Psr\Http\Message\ResponseInterface |
|
74 | 74 | * @throws \Exception |
75 | 75 | */ |
76 | 76 | public function request($method, $uri = null, array $options = []) |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * AdnxStrategy constructor. |
27 | 27 | * |
28 | 28 | * @param ClientInterface $clientInterface |
29 | - * @param Cache|null $cache |
|
29 | + * @param Cache $cache |
|
30 | 30 | */ |
31 | 31 | public function __construct(ClientInterface $clientInterface, Cache $cache) |
32 | 32 | { |