Completed
Push — master ( 3e4bcd...38d2dd )
by Tyler
03:11
created
plugins/00-PicoDeprecated.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -391,7 +391,7 @@
 block discarded – undo
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 = '';
Please login to merge, or discard this patch.
plugins/DummyPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.