Completed
Push — master ( 01e425...9680ce )
by
unknown
13:57 queued 15s
created
eZ/Publish/Core/Persistence/Legacy/Content/UrlAlias/Handler.php 1 patch
Doc Comments   +9 added lines, -9 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
     {
@@ -486,7 +486,7 @@  discard block
 block discarded – undo
486 486
      *
487 487
      * @throws \eZ\Publish\API\Repository\Exceptions\BadStateException
488 488
      *
489
-     * @param mixed $locationId
489
+     * @param integer $locationId
490 490
      * @param bool $custom if true the user generated aliases are listed otherwise the autogenerated
491 491
      *
492 492
      * @return \eZ\Publish\SPI\Persistence\Content\UrlAlias[]
@@ -622,9 +622,9 @@  discard block
 block discarded – undo
622 622
      *
623 623
      * This method triggers the change of the autogenerated aliases.
624 624
      *
625
-     * @param mixed $locationId
626
-     * @param mixed $oldParentId
627
-     * @param mixed $newParentId
625
+     * @param integer $locationId
626
+     * @param integer $oldParentId
627
+     * @param integer $newParentId
628 628
      */
629 629
     public function locationMoved($locationId, $oldParentId, $newParentId)
630 630
     {
@@ -652,9 +652,9 @@  discard block
 block discarded – undo
652 652
      *
653 653
      * This method triggers the creation of the autogenerated aliases for the copied locations
654 654
      *
655
-     * @param mixed $locationId
656
-     * @param mixed $newLocationId
657
-     * @param mixed $newParentId
655
+     * @param integer $locationId
656
+     * @param integer $newLocationId
657
+     * @param integer $newParentId
658 658
      */
659 659
     public function locationCopied($locationId, $newLocationId, $newParentId)
660 660
     {
Please login to merge, or discard this patch.