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 Jun 1, 2022
1 parent d3a2214 commit 4ce014c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Menu.php
Expand Up @@ -556,7 +556,7 @@ private function renderItem(array $item, array $linkAttributes): string
['{label}' => P::tag()
->class('menu-label')
->content($label)
->render() . PHP_EOL]
->render() . PHP_EOL, ]
);
}

Expand Down

0 comments on commit 4ce014c

Please sign in to comment.