X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FConsole%2FPhpToPo.php;h=93d8274877cf7afccb2b9fc9737e0d9d28ce3a8c;hb=efe358c617d18740b63cd0dcb1ee23591fcb0e2d;hp=a5b04e949a5d2f4506aaba370f270d899f3cd6af;hpb=8db4af3d001cd105d0d769f03395138945209e77;p=friendica.git diff --git a/src/Core/Console/PhpToPo.php b/src/Core/Console/PhpToPo.php index a5b04e949a..93d8274877 100644 --- a/src/Core/Console/PhpToPo.php +++ b/src/Core/Console/PhpToPo.php @@ -206,6 +206,9 @@ HELP; * - replace " with \" * - replace tab char with \t * - manage multiline strings + * + * @param string $str + * @return string */ private function massageString($str) {