Added returned type-int "int"
This commit is contained in:
@@ -79,7 +79,7 @@ HELP;
|
||||
$this->config = $config;
|
||||
}
|
||||
|
||||
protected function doExecute()
|
||||
protected function doExecute(): int
|
||||
{
|
||||
if (count($this->args) == 0) {
|
||||
$this->printBlockedServers($this->config);
|
||||
|
||||
Reference in New Issue
Block a user