Completed
Push — 6.8 ( cdd549...336acc )
by
unknown
15:40
created
eZ/Publish/Core/FieldType/Tests/DateAndTimeTest.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
278 277
     }
279 278
 
280 279
     /**
281
-     * @param mixed $inputValue
282 280
      * @param string $intervalSpec
283 281
      *
284 282
      * @dataProvider provideInputForTimeStringFromHash
Please login to merge, or discard this patch.