]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/GlobalCommunitySilence.php
Move server domain pattern blocklist features to its own class
[friendica.git] / src / Console / GlobalCommunitySilence.php
index 2e65109e8b892ae27ee908346cfaad4f42a6ce12..89674efd39f64249f9f5d87e6d3e8ae3b29ac32a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -75,7 +75,7 @@ HELP;
                $this->dba  =$dba;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);