]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/PhpToPo.php
Merge pull request #6746 from nupplaphil/issue/6338-notices
[friendica.git] / src / Core / Console / PhpToPo.php
index 4a3caf4bc22583d5b9393664a0678e0e6efcdd49..93d8274877cf7afccb2b9fc9737e0d9d28ce3a8c 100644 (file)
@@ -51,7 +51,7 @@ HELP;
                        throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments');
                }
 
-               $a = get_app();
+               $a = \get_app();
 
                $phpfile = realpath($this->getArgument(0));
 
@@ -206,6 +206,9 @@ HELP;
         * - replace " with \"
         * - replace tab char with \t
         * - manage multiline strings
+        *
+        * @param string $str
+        * @return string
         */
        private function massageString($str)
        {