Added returned type-int "int"

This commit is contained in:
Roland Häder
2022-07-13 21:09:49 +02:00
parent 5d8ebffb4e
commit 4cb5cadba8
28 changed files with 28 additions and 28 deletions

View File

@@ -90,7 +90,7 @@ HELP;
$this->cache = $cache;
}
protected function doExecute()
protected function doExecute(): int
{
if ($this->getOption('v')) {
$this->out('Executable: ' . $this->executable);