@@ -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 | { |
@@ -1966,6 +1966,4 @@ |
||
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 |
@@ -1966,6 +1966,4 @@ |
||
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 |