Passed
Pull Request — master (#1)
by
unknown
02:22
created
src/Timeline.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
 
105 105
     protected function constructBody($body)
106 106
     {
107
-        return $this->render($this->timelineBody, ['items' => (array)$body]);
107
+        return $this->render($this->timelineBody, ['items' => (array) $body]);
108 108
     }
109 109
 
110 110
     protected function replaceMacros($template, $replacement)
Please login to merge, or discard this patch.