diff options
| author | Sławomir Kaleta <slaszka@gmail.com> | 2018-06-12 09:58:15 +0200 |
|---|---|---|
| committer | Sławomir Kaleta <slaszka@gmail.com> | 2018-06-12 09:58:15 +0200 |
| commit | 240409578349843bd8467ea6a2083b564baa135d (patch) | |
| tree | 70c5d4d621d0b2ef394c7d13f445ad471b224da7 /libs/sysplugins/smarty_internal_compile_make_nocache.php | |
| parent | cc4d8fa1a07e18f00951a921041e37c87015dcb2 (diff) | |
| download | smarty-240409578349843bd8467ea6a2083b564baa135d.tar.gz smarty-240409578349843bd8467ea6a2083b564baa135d.tar.bz2 smarty-240409578349843bd8467ea6a2083b564baa135d.zip | |
Update PSR-2
Diffstat (limited to 'libs/sysplugins/smarty_internal_compile_make_nocache.php')
| -rw-r--r-- | libs/sysplugins/smarty_internal_compile_make_nocache.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/sysplugins/smarty_internal_compile_make_nocache.php b/libs/sysplugins/smarty_internal_compile_make_nocache.php index f793ecbb..8a34ccd0 100644 --- a/libs/sysplugins/smarty_internal_compile_make_nocache.php +++ b/libs/sysplugins/smarty_internal_compile_make_nocache.php @@ -41,11 +41,11 @@ class Smarty_Internal_Compile_Make_Nocache extends Smarty_Internal_CompileBase /** * Compiles code for the {make_nocache} tag * - * @param array $args array with attributes from parser + * @param array $args array with attributes from parser * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object * * @return string compiled code - */ + */ public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler) { // check and get attributes |
