]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/PoToPhp.php
Merge pull request #12562 from MrPetovan/bug/notices
[friendica.git] / src / Console / PoToPhp.php
index 3879945f8409520a0c1bf45036565ed6490d9f4e..e178e80e72807758c22184dbbc473f954ca1a5c8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -50,7 +50,7 @@ HELP;
                return $help;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);