Skip to content

Commit 79524bc

Browse files
committed
TASK: Use UriFactoryInterface
1 parent 9235384 commit 79524bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Classes/Domain/Model/Client/ClientConfiguration.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
* source code.
1414
*/
1515

16-
use GuzzleHttp\Psr7\Uri;
1716
use Neos\Flow\Annotations as Flow;
18-
use Neos\Http\Factories\UriFactory;
17+
use Psr\Http\Message\UriFactoryInterface;
1918
use Psr\Http\Message\UriInterface;
2019

2120
/**
@@ -50,7 +49,7 @@ class ClientConfiguration
5049

5150
/**
5251
* @Flow\Inject
53-
* @var UriFactory
52+
* @var UriFactoryInterface
5453
*/
5554
protected $uriFactory;
5655

0 commit comments

Comments
 (0)