removed useless brackets
This commit is contained in:
parent
029d599577
commit
1124d3626e
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class SequenceGenerator
|
|||
{
|
||||
$type = $this->inferTypeFromSource($type);
|
||||
|
||||
return ($this->validateFreeNumber($to, $type));
|
||||
return $this->validateFreeNumber($to, $type);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue