@@ -391,7 +391,7 @@ |
||
| 391 | 391 | * |
| 392 | 392 | * @see DummyPlugin::onPageRendering() |
| 393 | 393 | */ |
| 394 | - public function onPageRendering(Twig_Environment &$twig, array &$twigVariables, &$templateName) |
|
| 394 | + public function onPageRendering(Twig_Environment & $twig, array &$twigVariables, &$templateName) |
|
| 395 | 395 | { |
| 396 | 396 | // template name contains file extension since Pico 1.0 |
| 397 | 397 | $fileExtension = ''; |
@@ -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 | } |