@@ -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 | { |
@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | * NOT take care for test case wide caching of the field type, just return |
29 | 29 | * a new instance from this method! |
30 | 30 | * |
31 | - * @return FieldType |
|
31 | + * @return DateAndTime |
|
32 | 32 | */ |
33 | 33 | protected function createFieldTypeUnderTest() |
34 | 34 | { |
@@ -216,7 +216,6 @@ discard block |
||
216 | 216 | } |
217 | 217 | |
218 | 218 | /** |
219 | - * @param mixed $inputValue |
|
220 | 219 | * @param array $expectedResult |
221 | 220 | * |
222 | 221 | * @dataProvider provideInputForFromHash |
@@ -278,7 +277,6 @@ discard block |
||
278 | 277 | } |
279 | 278 | |
280 | 279 | /** |
281 | - * @param mixed $inputValue |
|
282 | 280 | * @param string $intervalSpec |
283 | 281 | * |
284 | 282 | * @dataProvider provideInputForTimeStringFromHash |
@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | /** |
97 | 97 | * Get initial field data for valid object creation. |
98 | 98 | * |
99 | - * @return mixed |
|
99 | + * @return KeywordValue |
|
100 | 100 | */ |
101 | 101 | public function getValidCreationFieldData() |
102 | 102 | { |
@@ -172,7 +172,7 @@ discard block |
||
172 | 172 | /** |
173 | 173 | * Get update field externals data. |
174 | 174 | * |
175 | - * @return array |
|
175 | + * @return KeywordValue |
|
176 | 176 | */ |
177 | 177 | public function getValidUpdateFieldData() |
178 | 178 | { |
@@ -352,6 +352,8 @@ discard block |
||
352 | 352 | |
353 | 353 | /** |
354 | 354 | * {@inheritdoc} |
355 | + * @param KeywordValue $fieldData |
|
356 | + * @param \eZ\Publish\API\Repository\Values\ContentType\ContentType $contentType |
|
355 | 357 | */ |
356 | 358 | protected function createContent($fieldData, $contentType = null) |
357 | 359 | { |