Completed
Push — master ( 0ec757...511d0a )
by
unknown
89:40 queued 75:27
created
Legacy/Tests/Content/Type/ContentUpdater/Action/RemoveFieldTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -284,7 +284,7 @@  discard block
 block discarded – undo
284 284
     /**
285 285
      * Returns a Content Gateway mock.
286 286
      *
287
-     * @return \PHPUnit\Framework\MockObject\MockObject|\eZ\Publish\Core\Persistence\Legacy\Content\Gateway
287
+     * @return Gateway
288 288
      */
289 289
     protected function getContentGatewayMock()
290 290
     {
@@ -298,7 +298,7 @@  discard block
 block discarded – undo
298 298
     /**
299 299
      * Returns a Content StorageHandler mock.
300 300
      *
301
-     * @return \PHPUnit\Framework\MockObject\MockObject|\eZ\Publish\Core\Persistence\Legacy\Content\StorageHandler
301
+     * @return StorageHandler
302 302
      */
303 303
     protected function getContentStorageHandlerMock()
304 304
     {
@@ -312,7 +312,7 @@  discard block
 block discarded – undo
312 312
     /**
313 313
      * Returns a Content mapper mock.
314 314
      *
315
-     * @return \PHPUnit\Framework\MockObject\MockObject|\eZ\Publish\Core\Persistence\Legacy\Content\Mapper
315
+     * @return ContentMapper
316 316
      */
317 317
     protected function getContentMapperMock()
318 318
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Content/Gateway/DoctrineDatabase.php 2 patches
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1966,6 +1966,4 @@
 block discarded – undo
1966 1966
                 $alwaysAvailable ? 1 : self::REMOVE_ALWAYS_AVAILABLE_LANG_MASK_OPERAND
1967 1967
             );
1968 1968
 
1969
-        return $query;
1970
-    }
1971
-}
1969
+        return $query
1972 1970
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1966,6 +1966,4 @@
 block discarded – undo
1966 1966
                 $alwaysAvailable ? 1 : self::REMOVE_ALWAYS_AVAILABLE_LANG_MASK_OPERAND
1967 1967
             );
1968 1968
 
1969
-        return $query;
1970
-    }
1971
-}
1969
+        return $query
1972 1970
\ No newline at end of file
Please login to merge, or discard this patch.