@@ -30,7 +30,7 @@ discard block |
||
| 30 | 30 | * NOT take care for test case wide caching of the field type, just return |
| 31 | 31 | * a new instance from this method! |
| 32 | 32 | * |
| 33 | - * @return FieldType |
|
| 33 | + * @return DateAndTime |
|
| 34 | 34 | */ |
| 35 | 35 | protected function createFieldTypeUnderTest() |
| 36 | 36 | { |
@@ -218,7 +218,6 @@ discard block |
||
| 218 | 218 | } |
| 219 | 219 | |
| 220 | 220 | /** |
| 221 | - * @param mixed $inputValue |
|
| 222 | 221 | * @param array $expectedResult |
| 223 | 222 | * |
| 224 | 223 | * @dataProvider provideInputForFromHash |