]> git.mxchange.org Git - friendica.git/commitdiff
Make PHP-CS happy
authorPhilipp <admin@philipp.info>
Sun, 5 Jan 2025 22:05:57 +0000 (23:05 +0100)
committerPhilipp <admin@philipp.info>
Sun, 5 Jan 2025 22:13:47 +0000 (23:13 +0100)
src/Core/Console.php

index cf4ad5a0f415435c776cea3f9c7f3ee8639f6675..34461c0daed7d07ccf0d549fa2c5bc9d80a9847e 100644 (file)
@@ -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', '?'];
 
        /**