Completed
Branch master (3a963d)
by Beñat
03:31
created
Category
BenGorUser/TwigBridge/Infrastructure/Mailing/TwigUserMailableFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     /**
63 63
      * {@inheritdoc}
64 64
      */
65
-    public function build($to, array $parameters = [])
65
+    public function build($to, array $parameters = [ ])
66 66
     {
67 67
         $template = $this->twig->loadTemplate($this->view);
68 68
         $subject = $template->renderBlock('subject', $parameters);
Please login to merge, or discard this patch.