aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/libs/sysplugins/smarty_internal_undefined.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/libs/sysplugins/smarty_internal_undefined.php')
-rw-r--r--vendor/smarty/smarty/libs/sysplugins/smarty_internal_undefined.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/vendor/smarty/smarty/libs/sysplugins/smarty_internal_undefined.php b/vendor/smarty/smarty/libs/sysplugins/smarty_internal_undefined.php
index d6f4bf62e..7df0acc2d 100644
--- a/vendor/smarty/smarty/libs/sysplugins/smarty_internal_undefined.php
+++ b/vendor/smarty/smarty/libs/sysplugins/smarty_internal_undefined.php
@@ -11,7 +11,6 @@
*/
class Smarty_Internal_Undefined
{
-
/**
* Name of undefined extension class
*
@@ -32,9 +31,9 @@ class Smarty_Internal_Undefined
/**
* Wrapper for obsolete class Smarty_Internal_Runtime_ValidateCompiled
*
- * @param \Smarty_Internal_Template $tpl
- * @param array $properties special template properties
- * @param bool $cache flag if called from cache file
+ * @param \Smarty_Internal_Template $tpl
+ * @param array $properties special template properties
+ * @param bool $cache flag if called from cache file
*
* @return bool false
*/
@@ -65,4 +64,4 @@ class Smarty_Internal_Undefined
throw new SmartyException(get_class($args[ 0 ]) . "->{$name}() undefined method");
}
}
-} \ No newline at end of file
+}