You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-06 06:42:37 +03:00
bumping php-cs-fixer; formatting rules change slightly
This commit is contained in:
@@ -203,7 +203,7 @@ class PostfixAdmin {
|
||||
# TODO: add a way to Cli* to signal if the selected handler is supported (for example, not all *Handler support changing the password)
|
||||
|
||||
if (strtolower(get_parent_class($shell)) == 'shell') {
|
||||
$handler = new $shell->handler_to_use;
|
||||
$handler = new $shell->handler_to_use();
|
||||
if (in_array($task, $handler->taskNames)) {
|
||||
$this->shiftArgs();
|
||||
$shell->startup();
|
||||
|
Reference in New Issue
Block a user