summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/pages/templates.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/dozmod/pages/templates.inc.php')
-rw-r--r--modules-available/dozmod/pages/templates.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/dozmod/pages/templates.inc.php b/modules-available/dozmod/pages/templates.inc.php
index b857115f..b916e14c 100644
--- a/modules-available/dozmod/pages/templates.inc.php
+++ b/modules-available/dozmod/pages/templates.inc.php
@@ -69,7 +69,7 @@ class SubPage
]);
}
- private static function forcmp($string)
+ private static function forcmp(string $string): string
{
return trim(str_replace("\r\n", "\n", $string));
}