From b3e33592413fd2a9f7e9aed25bd549719bd0665c Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 29 May 2024 00:01:48 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Gii.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Gii.php b/src/Gii.php index c5f197a2..1ebee47b 100644 --- a/src/Gii.php +++ b/src/Gii.php @@ -15,8 +15,7 @@ final class Gii implements GiiInterface public function __construct( private readonly array $proxies, private array $instances, - ) - { + ) { } public function addGenerator(GeneratorInterface $generator): void