@@ -49,7 +49,7 @@ |
||
| 49 | 49 | /** |
| 50 | 50 | * Get handler with required custom field types registered. |
| 51 | 51 | * |
| 52 | - * @return Handler |
|
| 52 | + * @return \eZ\Publish\SPI\Persistence\Handler|null |
|
| 53 | 53 | */ |
| 54 | 54 | public function getCustomHandler() |
| 55 | 55 | { |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | /** |
| 50 | 50 | * Get handler with required custom field types registered. |
| 51 | 51 | * |
| 52 | - * @return Handler |
|
| 52 | + * @return \eZ\Publish\SPI\Persistence\Handler|null |
|
| 53 | 53 | */ |
| 54 | 54 | public function getCustomHandler() |
| 55 | 55 | { |
@@ -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 | { |
@@ -369,7 +369,7 @@ |
||
| 369 | 369 | * @param bool $withFields Set to true if item contains fields which should be expired on relation or type updates. |
| 370 | 370 | * @param array $tags Optional, can be used to specify other tags. |
| 371 | 371 | * |
| 372 | - * @return array |
|
| 372 | + * @return string[] |
|
| 373 | 373 | */ |
| 374 | 374 | private function getCacheTags(ContentInfo $contentInfo, $withFields = false, array $tags = []) |
| 375 | 375 | { |
@@ -42,7 +42,7 @@ |
||
| 42 | 42 | * Register a $converter for $typeName. |
| 43 | 43 | * |
| 44 | 44 | * @param string $typeName |
| 45 | - * @param mixed $converter Callable or converter instance |
|
| 45 | + * @param Converter $converter Callable or converter instance |
|
| 46 | 46 | */ |
| 47 | 47 | public function register($typeName, $converter) |
| 48 | 48 | { |
@@ -109,7 +109,7 @@ |
||
| 109 | 109 | } |
| 110 | 110 | |
| 111 | 111 | /** |
| 112 | - * @param $key |
|
| 112 | + * @param string $key |
|
| 113 | 113 | * @param null $value If null the cache item will be assumed to be a cache miss here. |
| 114 | 114 | * @param int $defaultLifetime |
| 115 | 115 | * |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | namespace eZ\Publish\Core\MVC\Symfony\Cache\Http\SignalSlot; |
| 10 | 10 | |
| 11 | 11 | use eZ\Publish\Core\SignalSlot\Signal; |
| 12 | -use eZ\Publish\Core\SignalSlot\Slot; |
|
| 13 | 12 | |
| 14 | 13 | /** |
| 15 | 14 | * An abstract slot for clearing all http caches. |
@@ -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 |
@@ -416,6 +416,7 @@ |
||
| 416 | 416 | /** |
| 417 | 417 | * @depends testAddContentTypeDraftFieldDefinition |
| 418 | 418 | * Covers GET /content/types/<contentTypeId>/fieldDefinitions/<fieldDefinitionId> |
| 419 | + * @param \Buzz\Message\Response $fieldDefinitionHref |
|
| 419 | 420 | */ |
| 420 | 421 | public function testLoadContentTypeFieldDefinition($fieldDefinitionHref) |
| 421 | 422 | { |