Skip to content

Commit

Permalink
type hinting
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Apr 18, 2023
1 parent d4e6699 commit 04a09cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composers/SidebarViewComposer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class SidebarViewComposer
{
public function compose(View $view)
public function compose(View $view): void
{
if (Gate::denies('read places')) {
return;
Expand Down

0 comments on commit 04a09cc

Please sign in to comment.