summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_compile_capture.php
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2018-08-12 03:20:33 +0200
committerGitHub <noreply@github.com>2018-08-12 03:20:33 +0200
commitb5e5085391100f26656276e091a0b8034e9f13c9 (patch)
tree70c5d4d621d0b2ef394c7d13f445ad471b224da7 /libs/sysplugins/smarty_internal_compile_capture.php
parentcc4d8fa1a07e18f00951a921041e37c87015dcb2 (diff)
parent240409578349843bd8467ea6a2083b564baa135d (diff)
downloadsmarty-b5e5085391100f26656276e091a0b8034e9f13c9.tar.gz
smarty-b5e5085391100f26656276e091a0b8034e9f13c9.tar.bz2
smarty-b5e5085391100f26656276e091a0b8034e9f13c9.zip
Merge pull request #452 from dusta/Update-PSR-2
Update PSR-2
Diffstat (limited to 'libs/sysplugins/smarty_internal_compile_capture.php')
-rw-r--r--libs/sysplugins/smarty_internal_compile_capture.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/libs/sysplugins/smarty_internal_compile_capture.php b/libs/sysplugins/smarty_internal_compile_capture.php
index 564b1f63..71b31772 100644
--- a/libs/sysplugins/smarty_internal_compile_capture.php
+++ b/libs/sysplugins/smarty_internal_compile_capture.php
@@ -35,9 +35,9 @@ class Smarty_Internal_Compile_Capture extends Smarty_Internal_CompileBase
/**
* Compiles code for the {$smarty.capture.xxx}
*
- * @param array $args array with attributes from parser
- * @param \Smarty_Internal_TemplateCompilerBase$compiler compiler object
- * @param array $parameter array with compilation parameter
+ * @param array $args array with attributes from parser
+ * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
+ * @param array $parameter array with compilation parameter
*
* @return string compiled code
* @throws \SmartyCompilerException
@@ -55,9 +55,9 @@ class Smarty_Internal_Compile_Capture extends Smarty_Internal_CompileBase
/**
* Compiles code for the {capture} tag
*
- * @param array $args array with attributes from parser
- * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
- * @param null $parameter
+ * @param array $args array with attributes from parser
+ * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
+ * @param null $parameter
*
* @return string compiled code
*/
@@ -90,9 +90,9 @@ class Smarty_Internal_Compile_CaptureClose extends Smarty_Internal_CompileBase
/**
* Compiles code for the {/capture} tag
*
- * @param array $args array with attributes from parser
- * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
- * @param null $parameter
+ * @param array $args array with attributes from parser
+ * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
+ * @param null $parameter
*
* @return string compiled code
*/