From 50eea40edfaa526d11dc51d6e8c90bd250c95e30 Mon Sep 17 00:00:00 2001 From: luceos Date: Fri, 30 Jul 2021 16:02:40 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- framework/core/src/Foundation/Console/InfoCommand.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/framework/core/src/Foundation/Console/InfoCommand.php b/framework/core/src/Foundation/Console/InfoCommand.php index de095a09a..a76479d0a 100644 --- a/framework/core/src/Foundation/Console/InfoCommand.php +++ b/framework/core/src/Foundation/Console/InfoCommand.php @@ -53,8 +53,7 @@ class InfoCommand extends AbstractCommand SettingsRepositoryInterface $settings, ConnectionInterface $db, Queue $queue - ) - { + ) { $this->extensions = $extensions; $this->config = $config; $this->settings = $settings;