]> 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 a5b04e949a5d2f4506aaba370f270d899f3cd6af..93d8274877cf7afccb2b9fc9737e0d9d28ce3a8c 100644 (file)
@@ -206,6 +206,9 @@ HELP;
         * - replace " with \"
         * - replace tab char with \t
         * - manage multiline strings
+        *
+        * @param string $str
+        * @return string
         */
        private function massageString($str)
        {