Completed
Push — master ( dc06de...987cb2 )
by Dan
19:32
created
Category
Twig/Extension.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
         return $this->resolver
69 69
             ->resolveFromContext($context, $content)
70 70
             ->getContent()
71
-            ->map(function($content) {
71
+            ->map(function ($content) {
72 72
                 return $this->renderer->render($content);
73 73
             })
74 74
             ->getOrElse(null)
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
         return $this->resolver
81 81
             ->resolveFromContext($context, $content)
82 82
             ->getContent()
83
-            ->map(function($content) {
83
+            ->map(function ($content) {
84 84
                 return $this->renderer->renderHeading($content);
85 85
             })
86 86
             ->getOrElse(null)
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
         return $this->resolver
93 93
             ->resolveFromContext($context, $content)
94 94
             ->getContent()
95
-            ->map(function($content) {
95
+            ->map(function ($content) {
96 96
                 return $this->renderer->renderCopy($content);
97 97
             })
98 98
             ->getOrElse(null)
Please login to merge, or discard this patch.