Skip to content

Commit 85fbbea

Browse files
riasvdvgithub-actions[bot]
authored andcommitted
Fix styling
1 parent e5a4d85 commit 85fbbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PeriodCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public function union(): PeriodCollection
205205
{
206206
$boundaries = $this->boundaries();
207207

208-
if (!$boundaries) {
208+
if (! $boundaries) {
209209
return static::make();
210210
}
211211

0 commit comments

Comments
 (0)