Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv authored and github-actions[bot] committed Feb 20, 2023
1 parent e5a4d85 commit 85fbbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PeriodCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public function union(): PeriodCollection
{
$boundaries = $this->boundaries();

if (!$boundaries) {
if (! $boundaries) {
return static::make();
}

Expand Down

0 comments on commit 85fbbea

Please sign in to comment.