mirror of
https://github.com/friendica/friendica
synced 2025-01-25 15:39:47 +00:00
Make PHP-CS happy
This commit is contained in:
parent
f1e93be694
commit
be8fe24b6e
1 changed files with 1 additions and 1 deletions
|
@ -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', '?'];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue