diff --git a/core/classes/Templates/SmartyTemplateEngine.php b/core/classes/Templates/SmartyTemplateEngine.php index 4a2a32e29e..e141462daf 100644 --- a/core/classes/Templates/SmartyTemplateEngine.php +++ b/core/classes/Templates/SmartyTemplateEngine.php @@ -81,11 +81,10 @@ public function clearCache(): void $this->_smarty->clearAllCache(); } - /** - * Add an extra directory to the Smarty security policy + * Add an extra directory to the Smarty security policy. * - * @param string $dir Directory to add to policy + * @param string $dir Directory to add to policy * @return void */ public function addSecurityPolicyDirectory(string $dir): void