@@ -154,7 +154,7 @@ discard block |
||
154 | 154 | |
155 | 155 | /** |
156 | 156 | * parses a string and find inside one of muplier unit |
157 | - * @return unit multiplier |
|
157 | + * @return integer multiplier |
|
158 | 158 | */ |
159 | 159 | public static function FIND_MULTIPLIER($value) |
160 | 160 | { |
@@ -252,6 +252,9 @@ discard block |
||
252 | 252 | return $multiplier; |
253 | 253 | } |
254 | 254 | |
255 | + /** |
|
256 | + * @param string $value |
|
257 | + */ |
|
255 | 258 | public static function FILTER_SANITIZE_RANGE($value) |
256 | 259 | { |
257 | 260 | $range=static::PARSE_QUANTITATIVE_VALUE($value); |