Skip to content

Commit

Permalink
chore: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
samerton committed Jan 12, 2025
1 parent d6568bf commit dbedd68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/classes/Templates/SmartyTemplateEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbedd68

Please # to comment.