Completed
Push — 6.10 ( cd2cc6...88fbc5 )
by André
52:08 queued 36:01
created
eZ/Publish/Core/FieldType/Tests/FloatValueValidatorTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
 class FloatValueValidatorTest extends TestCase
20 20
 {
21 21
     /**
22
-     * @return float
22
+     * @return integer
23 23
      */
24 24
     protected function getMinFloatValue()
25 25
     {
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
     }
28 28
 
29 29
     /**
30
-     * @return float
30
+     * @return integer
31 31
      */
32 32
     protected function getMaxFloatValue()
33 33
     {
Please login to merge, or discard this patch.