Remove space line for consistency

This commit is contained in:
Ian
2022-08-08 18:02:25 +02:00
parent 7468378e3b
commit f98ba948c4
2 changed files with 1 additions and 1 deletions

View File

@@ -21,7 +21,6 @@
*/ */
class Smarty_Security class Smarty_Security
{ {
/** /**
* This is the list of template directories that are considered secure. * This is the list of template directories that are considered secure.
* $template_dir is in this list implicitly. * $template_dir is in this list implicitly.

View File

@@ -22,6 +22,7 @@ class SmartyCompilerException extends SmartyException
{ {
$this->line = $line; $this->line = $line;
} }
/** /**
* The template source snippet relating to the error * The template source snippet relating to the error
* *