Make PHP-CS happy

This commit is contained in:
Philipp 2025-01-05 23:05:57 +01:00
parent f1e93be694
commit be8fe24b6e
No known key found for this signature in database
GPG key ID: 24A7501396EB5432

View file

@ -17,7 +17,7 @@ use Friendica\Core\Logger\Capability\LogChannel;
class Console extends \Asika\SimpleConsole\Console class Console extends \Asika\SimpleConsole\Console
{ {
// Disables the default help handling // Disables the default help handling
protected $helpOptions = []; protected $helpOptions = [];
protected array $customHelpOptions = ['h', 'help', '?']; protected array $customHelpOptions = ['h', 'help', '?'];
/** /**