We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b0892 commit e5aea89Copy full SHA for e5aea89
src/SelectTree.php
@@ -585,7 +585,7 @@ public function getCreateOptionAction(): ?Action
585
return $action;
586
}
587
588
- public function createOptionModalHeading(string | Closure | null $heading): static
+ public function createOptionModalHeading(string|Closure|null $heading): static
589
{
590
$this->createOptionModalHeading = $heading;
591
0 commit comments