From be8fe24b6ecb4b8809647143cada5678b923e867 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 5 Jan 2025 23:05:57 +0100 Subject: [PATCH] Make PHP-CS happy --- src/Core/Console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Console.php b/src/Core/Console.php index cf4ad5a0f4..34461c0dae 100644 --- a/src/Core/Console.php +++ b/src/Core/Console.php @@ -17,7 +17,7 @@ use Friendica\Core\Logger\Capability\LogChannel; class Console extends \Asika\SimpleConsole\Console { // Disables the default help handling - protected $helpOptions = []; + protected $helpOptions = []; protected array $customHelpOptions = ['h', 'help', '?']; /**