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