Completed
Branch master (5ab22d)
by Matthew
02:33
created
src/Fyuze/Debug/Toolbar.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,7 @@
 block discarded – undo
20 20
         if ($first === true) {
21 21
 
22 22
             array_unshift($this->collectors, $collector);
23
-        }
24
-        else {
23
+        } else {
25 24
 
26 25
             $this->collectors[] = $collector;
27 26
         }
Please login to merge, or discard this patch.