Add return type

This commit is contained in:
Oliver Davies 2019-04-19 00:36:36 +01:00
parent 4c00155956
commit fb5b492228

View file

@ -133,7 +133,7 @@ class Builder
return sprintf('(%s)', collect($value)->implode($separator));
}
private function glue()
private function glue(): ?string
{
return $this->expanded ? PHP_EOL : null;
}