From 40f8365d6ffd2ce5da9e13c7b99b4d9ec0209f86 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 22 Dec 2024 12:35:44 +0000 Subject: [PATCH] Apply fixes from StyleCI --- .../RenderCombinations/RenderCombinationsTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')]; } - } + }, ] ); }