Passed
Branch master (d2f0c3)
by Radosław
02:15
created
src/Field.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,6 @@  discard block
 block discarded – undo
127 127
 
128 128
     /**
129 129
      * Detect type of range passed as argument (int, float, date)
130
-     * @param array $value value to detect type
131 130
      */
132 131
     protected function setValueRangeAutodetect(array $range)
133 132
     {
@@ -178,6 +177,9 @@  discard block
 block discarded – undo
178 177
     }
179 178
 
180 179
 
180
+    /**
181
+     * @param string $forceValueType
182
+     */
181 183
     protected function setValueForced($forceValueType, $value)
182 184
     {
183 185
         if (!array_key_exists($forceValueType, $this->fValues)) {
Please login to merge, or discard this patch.