Completed
Push — EZP-31776 ( 579c0c )
by
unknown
18:37
created
Core/REST/Server/Tests/Output/ValueObjectVisitor/RestExecutedViewTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Output/ValueObjectVisitor/RestExecutedView.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.