From 339c2d8f599553f18a2b1ac1f2bd8a905837f087 Mon Sep 17 00:00:00 2001 From: brendt Date: Sun, 26 May 2024 04:38:58 +0000 Subject: [PATCH] Fixes styling. --- src/Commands/TailCommand.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Commands/TailCommand.php b/src/Commands/TailCommand.php index 4f1b8b6..c579649 100644 --- a/src/Commands/TailCommand.php +++ b/src/Commands/TailCommand.php @@ -14,7 +14,8 @@ public function __construct( private TailDebugLogCommand $tailDebugLogCommand, private TailProjectLogCommand $tailProjectLogCommand, private TailServerLogCommand $tailServerLogCommand, - ) {} + ) { + } #[ConsoleCommand( name: 'tail', @@ -27,8 +28,7 @@ public function __invoke( ?bool $server = null, #[ConsoleArgument(description: 'Include the debug log', aliases: ['-d'])] ?bool $debug = null, - ): void - { + ): void { $shouldFilter = $project !== null || $server !== null