From 286ae40c1e32f02c3ad34f3ec2d00200f02e15d5 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 13 Sep 2024 09:42:19 +0000 Subject: [PATCH] Apply fixes from StyleCI --- config/params-console.php | 2 +- tests/Command/DebugEventsCommandTest.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/params-console.php b/config/params-console.php index 2887b50..0ea254a 100644 --- a/config/params-console.php +++ b/config/params-console.php @@ -15,5 +15,5 @@ ], 'yiisoft/yii-console' => [ 'debug:events' => DebugEventsCommand::class, - ] + ], ]; diff --git a/tests/Command/DebugEventsCommandTest.php b/tests/Command/DebugEventsCommandTest.php index 64ef666..83ce53f 100644 --- a/tests/Command/DebugEventsCommandTest.php +++ b/tests/Command/DebugEventsCommandTest.php @@ -1,5 +1,7 @@