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 14, 2024
1 parent cbae85b commit ba30faa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected function testView(?NavItem $item = null): TestView

protected function makeNavItemForPage(): NavItem
{
return NavItem::forRoute((new Route(new InMemoryPage('foo'))), 'Foo');
return NavItem::forRoute(new Route(new InMemoryPage('foo')), 'Foo');
}

public function testComponentLinksToRouteDestination()
Expand Down

0 comments on commit ba30faa

Please sign in to comment.