From: Philipp Date: Sun, 5 Jan 2025 22:05:57 +0000 (+0100) Subject: Make PHP-CS happy X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=be8fe24b6ecb4b8809647143cada5678b923e867;p=friendica.git Make PHP-CS happy --- 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', '?']; /**