diff --git a/tests/ViewRenderer/RenderCombinations/RenderCombinationsTest.php b/tests/ViewRenderer/RenderCombinations/RenderCombinationsTest.php index 83fff9e..ab6f172 100644 --- a/tests/ViewRenderer/RenderCombinations/RenderCombinationsTest.php +++ b/tests/ViewRenderer/RenderCombinations/RenderCombinationsTest.php @@ -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')]; } - } + }, ] ); }