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