mirror of
https://github.com/friendica/friendica
synced 2025-04-27 23:10:12 +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
|
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', '?'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue