@@ -149,7 +149,6 @@ discard block |
||
| 149 | 149 | |
| 150 | 150 | /** |
| 151 | 151 | * Detect type of range passed as argument (int, float, date) |
| 152 | - * @param array $value value to detect type |
|
| 153 | 152 | */ |
| 154 | 153 | protected function setValueRangeAutodetect(array $range) |
| 155 | 154 | { |
@@ -201,6 +200,9 @@ discard block |
||
| 201 | 200 | |
| 202 | 201 | |
| 203 | 202 | |
| 203 | + /** |
|
| 204 | + * @param string $forceValueType |
|
| 205 | + */ |
|
| 204 | 206 | protected function setValueForced($forceValueType, $value) |
| 205 | 207 | { |
| 206 | 208 | if (!property_exists($this, $forceValueType)) { |