Skip to content

Commit 6429307

Browse files
awcodesgithub-actions[bot]
authored andcommitted
Format Code
1 parent e46867c commit 6429307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/InteractsWithMenus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function tippyPlacement(string | TippyPlacement | Closure $placement): st
6565
return $this;
6666
}
6767

68-
public function getTippyPlacement():string|TippyPlacement
68+
public function getTippyPlacement(): string | TippyPlacement
6969
{
7070
return $this->evaluate($this->tippyPlacement);
7171
}

0 commit comments

Comments
 (0)