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
1 changed files with 1 additions and 1 deletions

View File

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