Make PHP-CS happy

This commit is contained in:
Philipp Holzer 2025-01-05 23:05:57 +01:00
commit be8fe24b6e
Signed by: nupplaPhil
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', '?'];
/** /**