mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-01-22 12:07:32 +00:00
Add return type
This commit is contained in:
parent
4c00155956
commit
fb5b492228
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue