summaryrefslogtreecommitdiff
path: root/lib/smarty3/sysplugins/smarty_internal_method_getstreamvariable.php
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-10-18 02:40:38 +0200
committeremkael <emkael@tlen.pl>2018-10-18 02:40:38 +0200
commiteab8a101e7a3fcbb41e01a574985e06c5a3775de (patch)
tree60f201da5984b0c3638d10da02bba42b61aa3177 /lib/smarty3/sysplugins/smarty_internal_method_getstreamvariable.php
parent7f38be342c1495aeca418286c15c25c18ac9e142 (diff)
Updating Smarty
Diffstat (limited to 'lib/smarty3/sysplugins/smarty_internal_method_getstreamvariable.php')
-rw-r--r--lib/smarty3/sysplugins/smarty_internal_method_getstreamvariable.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/smarty3/sysplugins/smarty_internal_method_getstreamvariable.php b/lib/smarty3/sysplugins/smarty_internal_method_getstreamvariable.php
index b922fd0..8db39c5 100644
--- a/lib/smarty3/sysplugins/smarty_internal_method_getstreamvariable.php
+++ b/lib/smarty3/sysplugins/smarty_internal_method_getstreamvariable.php
@@ -24,7 +24,7 @@ class Smarty_Internal_Method_GetStreamVariable
* @api Smarty::getStreamVariable()
*
* @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data
- * @param string $variable the stream of the variable
+ * @param string $variable the stream of the variable
*
* @return mixed
* @throws \SmartyException
@@ -38,7 +38,6 @@ class Smarty_Internal_Method_GetStreamVariable
$_result .= $current_line;
}
fclose($fp);
-
return $_result;
}
$smarty = isset($data->smarty) ? $data->smarty : $data;
@@ -48,4 +47,4 @@ class Smarty_Internal_Method_GetStreamVariable
return null;
}
}
-} \ No newline at end of file
+}