ThresholdRange::fromString(): drop default

refs #8194
This commit is contained in:
Alexander A. Klimov 2016-04-29 11:13:21 +02:00 committed by Johannes Meyer
parent b706792c9b
commit 81601e6303

View File

@ -43,7 +43,7 @@ class ThresholdRange
* *
* @return ThresholdRange * @return ThresholdRange
*/ */
public static function fromString($rawRange = '') public static function fromString($rawRange)
{ {
$range = new static(); $range = new static();
$range->raw = $rawRange; $range->raw = $rawRange;