Completed
Push — master ( 28c8cd...7e44c6 )
by André
18:53
created
Core/REST/Server/Tests/Output/ValueObjectVisitor/RestExecutedViewTest.php 1 patch
Doc Comments   +3 added lines, -3 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
     {
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
     }
135 135
 
136 136
     /**
137
-     * @return \eZ\Publish\API\Repository\ContentTypeService|\PHPUnit_Framework_MockObject_MockObject
137
+     * @return ContentTypeService
138 138
      */
139 139
     public function getContentTypeServiceMock()
140 140
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/ImageIntegrationTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -98,6 +98,9 @@
 block discarded – undo
98 98
         );
99 99
     }
100 100
 
101
+    /**
102
+     * @return \eZ\Publish\Core\Base\Utils\DeprecationWarnerInterface
103
+     */
101 104
     public function getDeprecationWarnerMock()
102 105
     {
103 106
         if (!isset($this->deprecationWarnerMock)) {
Please login to merge, or discard this patch.