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