@@ -127,7 +127,6 @@ discard block |
||
| 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 |
||
| 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)) { |