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