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 9235384 commit 79524bcCopy full SHA for 79524bc
Classes/Domain/Model/Client/ClientConfiguration.php
@@ -13,9 +13,8 @@
13
* source code.
14
*/
15
16
-use GuzzleHttp\Psr7\Uri;
17
use Neos\Flow\Annotations as Flow;
18
-use Neos\Http\Factories\UriFactory;
+use Psr\Http\Message\UriFactoryInterface;
19
use Psr\Http\Message\UriInterface;
20
21
/**
@@ -50,7 +49,7 @@ class ClientConfiguration
50
49
51
52
* @Flow\Inject
53
- * @var UriFactory
+ * @var UriFactoryInterface
54
55
protected $uriFactory;
56
0 commit comments