Skip to content

Commit ba30faa

Browse files
committed
Apply fixes from StyleCI
1 parent cbae85b commit ba30faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/tests/Unit/Views/NavigationLinkViewTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function testView(?NavItem $item = null): TestView
4545

4646
protected function makeNavItemForPage(): NavItem
4747
{
48-
return NavItem::forRoute((new Route(new InMemoryPage('foo'))), 'Foo');
48+
return NavItem::forRoute(new Route(new InMemoryPage('foo')), 'Foo');
4949
}
5050

5151
public function testComponentLinksToRouteDestination()

0 commit comments

Comments
 (0)