@@ -37,7 +37,7 @@ |
||
| 37 | 37 | /** |
| 38 | 38 | * Gets the exception. |
| 39 | 39 | * |
| 40 | - * @return \Exception |
|
| 40 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
| 41 | 41 | */ |
| 42 | 42 | protected function getException() |
| 43 | 43 | { |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | * |
| 37 | 37 | * @param \eZ\Publish\SPI\Search\Field $field |
| 38 | 38 | * |
| 39 | - * @return mixed |
|
| 39 | + * @return boolean |
|
| 40 | 40 | */ |
| 41 | 41 | public function map(Field $field) |
| 42 | 42 | { |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | * |
| 35 | 35 | * @param \eZ\Publish\SPI\Search\Field $field |
| 36 | 36 | * |
| 37 | - * @return mixed |
|
| 37 | + * @return integer |
|
| 38 | 38 | */ |
| 39 | 39 | public function map(Field $field) |
| 40 | 40 | { |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | * |
| 37 | 37 | * @param \eZ\Publish\SPI\Search\Field $field |
| 38 | 38 | * |
| 39 | - * @return mixed |
|
| 39 | + * @return double |
|
| 40 | 40 | */ |
| 41 | 41 | public function map(Field $field) |
| 42 | 42 | { |
@@ -79,7 +79,7 @@ |
||
| 79 | 79 | * @param \eZ\Publish\API\Repository\Values\Content\Query\SortClause $sortClause |
| 80 | 80 | * @param int $number |
| 81 | 81 | * |
| 82 | - * @return string |
|
| 82 | + * @return string[] |
|
| 83 | 83 | */ |
| 84 | 84 | public function applySelect(SelectQuery $query, SortClause $sortClause, $number) |
| 85 | 85 | { |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | /** |
| 31 | 31 | * Triggers the cache purge $locationIds. |
| 32 | 32 | * |
| 33 | - * @param mixed $locationIds Cache resource(s) to purge (e.g. array of URI to purge in a reverse proxy) |
|
| 33 | + * @param integer[] $locationIds Cache resource(s) to purge (e.g. array of URI to purge in a reverse proxy) |
|
| 34 | 34 | */ |
| 35 | 35 | public function purge($locationIds) |
| 36 | 36 | { |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | * |
| 27 | 27 | * Note: Class should instead be configured as service if it gains dependencies. |
| 28 | 28 | * |
| 29 | - * @return float |
|
| 29 | + * @return FloatConverter |
|
| 30 | 30 | */ |
| 31 | 31 | public static function create() |
| 32 | 32 | { |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | * |
| 27 | 27 | * Note: Class should instead be configured as service if it gains dependencies. |
| 28 | 28 | * |
| 29 | - * @return int |
|
| 29 | + * @return IntegerConverter |
|
| 30 | 30 | */ |
| 31 | 31 | public static function create() |
| 32 | 32 | { |
@@ -161,7 +161,7 @@ |
||
| 161 | 161 | } |
| 162 | 162 | |
| 163 | 163 | /** |
| 164 | - * @param int $languageMask |
|
| 164 | + * @param int $langMask |
|
| 165 | 165 | * @param bool $expectedResult |
| 166 | 166 | * |
| 167 | 167 | * @covers \eZ\Publish\Core\Persistence\Legacy\Content\Language\MaskGenerator::isAlwaysAvailable |