| @@ -127,18 +127,18 @@ | ||
| 127 | 127 | * Link word with specific content object (legacy db table: ezsearch_object_word_link). | 
| 128 | 128 | * | 
| 129 | 129 | * @param $wordId | 
| 130 | - * @param $contentId | |
| 131 | - * @param $frequency | |
| 132 | - * @param $placement | |
| 130 | + * @param integer $contentId | |
| 131 | + * @param integer $frequency | |
| 132 | + * @param integer $placement | |
| 133 | 133 | * @param $nextWordId | 
| 134 | 134 | * @param $prevWordId | 
| 135 | - * @param $contentTypeId | |
| 135 | + * @param integer $contentTypeId | |
| 136 | 136 | * @param $fieldTypeId | 
| 137 | - * @param $published | |
| 138 | - * @param $sectionId | |
| 137 | + * @param integer $published | |
| 138 | + * @param integer $sectionId | |
| 139 | 139 | * @param $identifier | 
| 140 | 140 | * @param $integerValue | 
| 141 | - * @param $languageMask | |
| 141 | + * @param integer $languageMask | |
| 142 | 142 | */ | 
| 143 | 143 | public function addObjectWordLink($wordId, | 
| 144 | 144 | $contentId, | 
| @@ -1954,6 +1954,4 @@ | ||
| 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 | 
| @@ -1954,6 +1954,4 @@ | ||
| 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 | 
| @@ -309,7 +309,7 @@ discard block | ||
| 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 | ||
| 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 | ||
| 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 | ||
| 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 | ||
| 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 |      { | 
| @@ -983,7 +983,7 @@ discard block | ||
| 983 | 983 | /** | 
| 984 | 984 | * Notifies the underlying engine that a location was deleted or moved to trash. | 
| 985 | 985 | * | 
| 986 | - * @param mixed $locationId | |
| 986 | + * @param integer $locationId | |
| 987 | 987 | */ | 
| 988 | 988 | public function locationDeleted($locationId) | 
| 989 | 989 |      { |