Completed
Push — ezp-31088-replace-content-gw-d... ( e5a0f6 )
by
unknown
17:33 queued 03:34
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
@@ -1954,6 +1954,4 @@
 block discarded – undo
1954 1954
             ->set($languageMaskColumnName, $languageMaskExpr)
1955 1955
             ->setParameter('languageMaskOperand', $alwaysAvailable ? 1 : -2);
1956 1956
 
1957
-        return $query;
1958
-    }
1959
-}
1957
+        return $query
1960 1958
\ 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
@@ -1954,6 +1954,4 @@
 block discarded – undo
1954 1954
             ->set($languageMaskColumnName, $languageMaskExpr)
1955 1955
             ->setParameter('languageMaskOperand', $alwaysAvailable ? 1 : -2);
1956 1956
 
1957
-        return $query;
1958
-    }
1959
-}
1957
+        return $query
1960 1958
\ No newline at end of file
Please login to merge, or discard this patch.