Passed
Pull Request — master (#329)
by Mirko
07:45
created
htdocs/src/Oc/SmartyPlugins/prefilter.t.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.