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 Dec 22, 2024
1 parent 78ff499 commit d5c26e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ private function createRenderer(): ViewRenderer
__DIR__,
__DIR__ . '/layout.php',
[
new class() implements LinkTagsInjectionInterface {
new class () implements LinkTagsInjectionInterface {
public function getLinkTags(): array
{
return [Link::toCssFile('style.css')];
}
}
},
]
);
}
Expand Down

0 comments on commit d5c26e3

Please sign in to comment.