@@ -117,6 +117,7 @@ discard block |
||
| 117 | 117 | * @depends testCreateRole |
| 118 | 118 | * Covers POST /user/roles/{roleId} |
| 119 | 119 | * |
| 120 | + * @param string $roleHref |
|
| 120 | 121 | * @return string The created role draft href |
| 121 | 122 | */ |
| 122 | 123 | public function testCreateRoleDraft($roleHref) |
@@ -410,7 +411,6 @@ discard block |
||
| 410 | 411 | /** |
| 411 | 412 | * @covers \POST /user/users/{userId}/roles |
| 412 | 413 | * |
| 413 | - * @param string $roleHref |
|
| 414 | 414 | * @param array $limitation |
| 415 | 415 | * |
| 416 | 416 | * @return string assigned role href |
@@ -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 |
@@ -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 | { |