Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 15, 2024
1 parent ae9091b commit 5677966
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SidebarItemsViewTest extends TestCase
protected function testView(): TestView
{
return $this->test(view('hyde::components.docs.sidebar-items', [
'sidebar' => NavigationMenuGenerator::handle(DocumentationSidebar::class)
'sidebar' => NavigationMenuGenerator::handle(DocumentationSidebar::class),
]));
}
}

0 comments on commit 5677966

Please sign in to comment.