@@ -118,7 +118,7 @@ discard block |
||
| 118 | 118 | } |
| 119 | 119 | |
| 120 | 120 | /** |
| 121 | - * @return \eZ\Publish\API\Repository\LocationService|\PHPUnit\Framework\MockObject\MockObject |
|
| 121 | + * @return LocationService |
|
| 122 | 122 | */ |
| 123 | 123 | public function getLocationServiceMock() |
| 124 | 124 | { |
@@ -126,7 +126,7 @@ discard block |
||
| 126 | 126 | } |
| 127 | 127 | |
| 128 | 128 | /** |
| 129 | - * @return \eZ\Publish\API\Repository\ContentService|\PHPUnit\Framework\MockObject\MockObject |
|
| 129 | + * @return ContentService |
|
| 130 | 130 | */ |
| 131 | 131 | public function getContentServiceMock() |
| 132 | 132 | { |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | */ |
| 7 | 7 | namespace eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor; |
| 8 | 8 | |
| 9 | -use eZ\Publish\API\Repository\Exceptions\NotFoundException; |
|
| 10 | 9 | use eZ\Publish\API\Repository\Exceptions\UnauthorizedException; |
| 11 | 10 | use eZ\Publish\API\Repository\Values\Content as ApiValues; |
| 12 | 11 | use eZ\Publish\Core\REST\Common\Exceptions; |