@@ -29,7 +29,8 @@ |
||
| 29 | 29 | use eZ\Publish\Core\REST\Common\RequestParser; |
| 30 | 30 | use eZ\Publish\Core\REST\Common\Input\Dispatcher; |
| 31 | 31 | use eZ\Publish\Core\REST\Common\Output\Visitor; |
| 32 | -use eZ\Publish\Core\REST\Common\Message; use eZ\Publish\Core\REST\Client\Exceptions\InvalidArgumentValue; |
|
| 32 | +use eZ\Publish\Core\REST\Common\Message; |
|
| 33 | +use eZ\Publish\Core\REST\Client\Exceptions\InvalidArgumentValue; |
|
| 33 | 34 | use eZ\Publish\Core\REST\Common\Exceptions\InvalidArgumentException; |
| 34 | 35 | use eZ\Publish\Core\REST\Common\Exceptions\ForbiddenException; |
| 35 | 36 | use eZ\Publish\Core\REST\Client\Exceptions\BadStateException; |
@@ -93,7 +93,7 @@ |
||
| 93 | 93 | /** |
| 94 | 94 | * Create 2 * number of remote IDs test data sets (one for Content, another for Location). |
| 95 | 95 | * |
| 96 | - * @return iterable |
|
| 96 | + * @return \Generator |
|
| 97 | 97 | */ |
| 98 | 98 | public function providerForTestIndexingRemoteId(): iterable |
| 99 | 99 | { |