Completed
Push — ezp-31088-refactor-content-mod... ( 1a7fc2...1e26b7 )
by
unknown
13:06 queued 12s
created
eZ/Publish/Core/Persistence/Legacy/Content/UrlAlias/Handler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -309,7 +309,7 @@  discard block
 block discarded – undo
309 309
      * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException
310 310
      * @throws \eZ\Publish\API\Repository\Exceptions\ForbiddenException
311 311
      *
312
-     * @param mixed $locationId
312
+     * @param integer $locationId
313 313
      * @param string $path
314 314
      * @param bool $forwarding
315 315
      * @param string $languageCode
@@ -466,7 +466,7 @@  discard block
 block discarded – undo
466 466
      * @param string $text
467 467
      * @param string $textMD5
468 468
      *
469
-     * @return mixed
469
+     * @return integer
470 470
      */
471 471
     protected function insertNopEntry($parentId, $text, $textMD5)
472 472
     {
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.