Added returned type-int "int"
This commit is contained in:
@@ -85,7 +85,7 @@ HELP;
|
||||
$this->l10n = $l10n;
|
||||
}
|
||||
|
||||
protected function doExecute()
|
||||
protected function doExecute(): int
|
||||
{
|
||||
if ($this->getOption('v')) {
|
||||
$this->out('Class: ' . __CLASS__);
|
||||
|
||||
Reference in New Issue
Block a user