]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Renderer.php
Merge pull request #11680 from nupplaphil/feat/log_forward
[friendica.git] / src / Core / Renderer.php
index 29bbb2b89491f83fdd63bfd554108bf5f7eeb65b..879fdfe19e81ea83ceeb932e614e6fed1f5f10c0 100644 (file)
@@ -71,7 +71,7 @@ class Renderer
         * @return string
         * @throws ServiceUnavailableException
         */
-       public static function replaceMacros(string $template, array $vars = [])
+       public static function replaceMacros(string $template, array $vars = []): string
        {
                DI::profiler()->startRecording('rendering');