]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/GlobalCommunitySilence.php
Delete introductions when referenced contact id doesn't exist anymore in Ping module
[friendica.git] / src / Console / GlobalCommunitySilence.php
index a493bbcb86d32ffdb8383f837a73909f48d1bae8..89674efd39f64249f9f5d87e6d3e8ae3b29ac32a 100644 (file)
@@ -75,7 +75,7 @@ HELP;
                $this->dba  =$dba;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);