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