@@ -274,7 +274,7 @@ discard block |
||
274 | 274 | /** |
275 | 275 | * Get the user service mock object. |
276 | 276 | * |
277 | - * @return \eZ\Publish\API\Repository\UserService |
|
277 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
278 | 278 | */ |
279 | 279 | protected function getUserServiceMock() |
280 | 280 | { |
@@ -292,7 +292,7 @@ discard block |
||
292 | 292 | /** |
293 | 293 | * Get the Content service mock object. |
294 | 294 | * |
295 | - * @return \eZ\Publish\API\Repository\ContentService |
|
295 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
296 | 296 | */ |
297 | 297 | protected function getContentServiceMock() |
298 | 298 | { |
@@ -168,7 +168,7 @@ |
||
168 | 168 | /** |
169 | 169 | * Get the Content service mock object. |
170 | 170 | * |
171 | - * @return \eZ\Publish\API\Repository\ContentService |
|
171 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
172 | 172 | */ |
173 | 173 | protected function getContentServiceMock() |
174 | 174 | { |
@@ -36,7 +36,7 @@ |
||
36 | 36 | /** |
37 | 37 | * Gets the exception. |
38 | 38 | * |
39 | - * @return \Exception |
|
39 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
40 | 40 | */ |
41 | 41 | protected function getException() |
42 | 42 | { |
@@ -36,7 +36,7 @@ |
||
36 | 36 | /** |
37 | 37 | * Get the exception. |
38 | 38 | * |
39 | - * @return \Exception |
|
39 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
40 | 40 | */ |
41 | 41 | protected function getException() |
42 | 42 | { |
@@ -210,7 +210,7 @@ |
||
210 | 210 | } |
211 | 211 | |
212 | 212 | /** |
213 | - * @param $userId |
|
213 | + * @param integer $userId |
|
214 | 214 | * |
215 | 215 | * @return EzUser |
216 | 216 | */ |
@@ -89,7 +89,7 @@ |
||
89 | 89 | /** |
90 | 90 | * Get the content type service mock object. |
91 | 91 | * |
92 | - * @return \eZ\Publish\API\Repository\ContentTypeService |
|
92 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
93 | 93 | */ |
94 | 94 | protected function getContentTypeServiceMock() |
95 | 95 | { |
@@ -195,7 +195,7 @@ discard block |
||
195 | 195 | /** |
196 | 196 | * Get the FieldTypeParser mock object. |
197 | 197 | * |
198 | - * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser |
|
198 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
199 | 199 | */ |
200 | 200 | protected function getFieldTypeParserMock() |
201 | 201 | { |
@@ -228,7 +228,7 @@ discard block |
||
228 | 228 | /** |
229 | 229 | * Get the content type service mock object. |
230 | 230 | * |
231 | - * @return \eZ\Publish\API\Repository\ContentTypeService |
|
231 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
232 | 232 | */ |
233 | 233 | protected function getContentTypeServiceMock() |
234 | 234 | { |
@@ -178,7 +178,7 @@ |
||
178 | 178 | /** |
179 | 179 | * Get the location service mock object. |
180 | 180 | * |
181 | - * @return \eZ\Publish\API\Repository\LocationService |
|
181 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
182 | 182 | */ |
183 | 183 | protected function getLocationServiceMock() |
184 | 184 | { |
@@ -249,7 +249,7 @@ |
||
249 | 249 | /** |
250 | 250 | * Get the object state service mock object. |
251 | 251 | * |
252 | - * @return \eZ\Publish\API\Repository\ObjectStateService |
|
252 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
253 | 253 | */ |
254 | 254 | protected function getObjectStateServiceMock() |
255 | 255 | { |