removed useless brackets

This commit is contained in:
Robin Krahnen 2018-04-04 22:48:18 +02:00
parent 029d599577
commit 1124d3626e

View file

@ -97,7 +97,7 @@ class SequenceGenerator
{
$type = $this->inferTypeFromSource($type);
return ($this->validateFreeNumber($to, $type));
return $this->validateFreeNumber($to, $type);
}
/**