Completed
Branch master (38d2dd)
by Tyler
04:46 queued 02:40
created
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.
plugins/00-PicoDeprecated.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.