aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php')
-rw-r--r--vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php b/vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
index e064f6551..6d31a8a05 100644
--- a/vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
+++ b/vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
@@ -12,13 +12,13 @@ class Smarty_Undefined_Variable extends Smarty_Variable
/**
* Returns null for not existing properties
*
- * @param string $name
+ * @param string $name
*
* @return null
*/
public function __get($name)
{
- return null;
+ return null;
}
/**