]> 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 608c707434ca539c295b68425c943c99c757da88..879fdfe19e81ea83ceeb932e614e6fed1f5f10c0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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');