@@ -295,7 +295,7 @@ |
||
295 | 295 | * @param string &$templateName file name of the template |
296 | 296 | * @return void |
297 | 297 | */ |
298 | - public function onPageRendering(Twig_Environment &$twig, array &$twigVariables, &$templateName) |
|
298 | + public function onPageRendering(Twig_Environment & $twig, array &$twigVariables, &$templateName) |
|
299 | 299 | { |
300 | 300 | // your code |
301 | 301 | } |
@@ -295,7 +295,7 @@ |
||
295 | 295 | * @param string &$templateName file name of the template |
296 | 296 | * @return void |
297 | 297 | */ |
298 | - public function onPageRendering(Twig_Environment &$twig, array &$twigVariables, &$templateName) |
|
298 | + public function onPageRendering(Twig_Environment & $twig, array &$twigVariables, &$templateName) |
|
299 | 299 | { |
300 | 300 | // your code |
301 | 301 | } |