mirror of
https://github.com/friendica/friendica
synced 2025-04-25 02:30:11 +00:00
Added returned type-int "int"
This commit is contained in:
parent
5d8ebffb4e
commit
4cb5cadba8
28 changed files with 28 additions and 28 deletions
|
@ -94,7 +94,7 @@ HELP;
|
|||
$this->basePath = $basePath->getPath();
|
||||
}
|
||||
|
||||
protected function doExecute()
|
||||
protected function doExecute(): int
|
||||
{
|
||||
if ($this->getOption('v')) {
|
||||
$this->out('Class: ' . __CLASS__);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue