Completed
Push — ezp-31088-replace-content-gw-d... ( e5a0f6 )
by
unknown
17:33 queued 03:34
created
eZ/Publish/Core/Persistence/Legacy/Content/Gateway/DoctrineDatabase.php 1 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.