Skip to content

Commit d527d88

Browse files
CodeWithDennisgithub-actions[bot]
authored andcommitted
Fix styling
1 parent cf011d2 commit d527d88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SelectTree.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class SelectTree extends Field
4545

4646
protected ?Closure $modifyQueryUsing;
4747

48-
protected Closure | int $defaultOpenLevel;
48+
protected Closure|int $defaultOpenLevel;
4949

5050
protected function setUp(): void
5151
{
@@ -156,7 +156,7 @@ public function grouped(bool $grouped = true): static
156156
return $this;
157157
}
158158

159-
public function defaultOpenLevel(Closure | int $defaultOpenLevel = 0): static
159+
public function defaultOpenLevel(Closure|int $defaultOpenLevel = 0): static
160160
{
161161
$this->defaultOpenLevel = $defaultOpenLevel;
162162

0 commit comments

Comments
 (0)