@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | * |
54 | 54 | * @return string |
55 | 55 | */ |
56 | -function smarty_prefilter_t($source, \Smarty_Compiler &$smarty) |
|
56 | +function smarty_prefilter_t($source, \Smarty_Compiler & $smarty) |
|
57 | 57 | { |
58 | 58 | $output = ''; |
59 | 59 | $output_start = 0; |
@@ -95,7 +95,7 @@ discard block |
||
95 | 95 | * |
96 | 96 | * @return string |
97 | 97 | */ |
98 | -function smarty_prefilter_t_process_block($block, $message, \Smarty_Compiler &$smarty, $line) |
|
98 | +function smarty_prefilter_t_process_block($block, $message, \Smarty_Compiler & $smarty, $line) |
|
99 | 99 | { |
100 | 100 | if ($message != '') { |
101 | 101 | $start_attr = mb_strpos($block, ' '); |
@@ -155,7 +155,7 @@ discard block |
||
155 | 155 | * |
156 | 156 | * @return array |
157 | 157 | */ |
158 | -function smarty_prefilter_t_parse_attrs($tag_args, \Smarty_Compiler &$smarty) |
|
158 | +function smarty_prefilter_t_parse_attrs($tag_args, \Smarty_Compiler & $smarty) |
|
159 | 159 | { |
160 | 160 | |
161 | 161 | /* Tokenize tag attributes. */ |
@@ -300,7 +300,7 @@ discard block |
||
300 | 300 | * |
301 | 301 | * @return string |
302 | 302 | */ |
303 | -function smarty_prefilter_t_gettext($message, array $attrs, \Smarty_Compiler &$smarty, $line) |
|
303 | +function smarty_prefilter_t_gettext($message, array $attrs, \Smarty_Compiler & $smarty, $line) |
|
304 | 304 | { |
305 | 305 | global $opt, $translate; |
306 | 306 |