Passed
Pull Request — master (#1)
by
unknown
02:58
created
src/Timeline.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
 
121 121
     protected function constructBodyLayout($body)
122 122
     {
123
-        return $this->render($this->bodyLayout, ['items' => (array)$body]);
123
+        return $this->render($this->bodyLayout, ['items' => (array) $body]);
124 124
     }
125 125
 
126 126
     protected function replaceMacros($template, $replacement)
Please login to merge, or discard this patch.