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