]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/PhpToPo.php
spelling: unable
[friendica.git] / src / Console / PhpToPo.php
index 5e286d4704b49747b154c388773308d78aedc460..a400fea23cb50efda05a18ad2961c637179620c6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -63,7 +63,7 @@ HELP;
                return $help;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);
@@ -99,7 +99,7 @@ HELP;
 
                $out = '';
                $out .= "# FRIENDICA Distributed Social Network\n";
-               $out .= "# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project\n";
+               $out .= "# Copyright (C) 2010-2023, the Friendica project\n";
                $out .= "# This file is distributed under the same license as the Friendica package.\n";
                $out .= "# \n";
                $out .= 'msgid ""' . "\n";
@@ -231,7 +231,7 @@ HELP;
        }
 
        /**
-        * Get a string and retun a message.po ready text
+        * Get a string and return a message.po ready text
         * - replace " with \"
         * - replace tab char with \t
         * - manage multiline strings