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 2, 2024
1 parent 934a7d5 commit 89665b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/tests/Unit/NavGroupItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function testAddChildMethodReturnsSelf()

private function createNavItems(): array
{
return array_map(function(string $page): NavItem {
return array_map(function (string $page): NavItem {
return new NavItem(new Route(new InMemoryPage($page)), ucfirst($page));
}, ['foo', 'bar']);
}
Expand Down

0 comments on commit 89665b1

Please sign in to comment.