parent
b706792c9b
commit
81601e6303
|
@ -43,7 +43,7 @@ class ThresholdRange
|
|||
*
|
||||
* @return ThresholdRange
|
||||
*/
|
||||
public static function fromString($rawRange = '')
|
||||
public static function fromString($rawRange)
|
||||
{
|
||||
$range = new static();
|
||||
$range->raw = $rawRange;
|
||||
|
|
Loading…
Reference in New Issue