Passed
Push — master ( f2b4ae...a14f49 )
by Iman
55s queued 11s
created
src/Utils/SlotRenderer.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,9 @@
 block discarded – undo
15 15
      */
16 16
     public function startSlot($name)
17 17
     {
18
-        if (ob_start())
19
-            $this->slotName = $name;
18
+        if (ob_start()) {
19
+                    $this->slotName = $name;
20
+        }
20 21
     }
21 22
 
22 23
     /**
Please login to merge, or discard this patch.