You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-29 22:41:11 +03:00
tighten psalm checks; fix errors
This commit is contained in:
@ -167,10 +167,7 @@ class PostfixAdmin {
|
||||
return 1;
|
||||
}
|
||||
|
||||
$command = 'help'; # not the worst default ;-)
|
||||
if (isset($this->args[0])) {
|
||||
$command = $this->args[0];
|
||||
}
|
||||
$command = $this->args[0];
|
||||
|
||||
$this->shellCommand = $command;
|
||||
$this->shellClass = 'Cli' . ucfirst($command);
|
||||
|
Reference in New Issue
Block a user