]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Addon.php
Delete introductions when referenced contact id doesn't exist anymore in Ping module
[friendica.git] / src / Console / Addon.php
index 74b0818100065eea79582cf03fdc121ff9141edf..13e1951f2ec822266f49ec52ff35d7bbbb47060f 100644 (file)
@@ -82,7 +82,7 @@ HELP;
                AddonCore::loadAddons();
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);