Test Setup Failed
Push — master ( 1c2608...671c14 )
by Martins
02:00
created
src/Tree.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,8 @@
 block discarded – undo
72 72
     /**
73 73
      * understandable var dump
74 74
      */
75
-    public function __debugInfo() {
75
+    public function __debugInfo()
76
+    {
76 77
         $arr = $this->all();
77 78
 
78 79
         usort($arr, function(IntervalInterface $i0, IntervalInterface $i) {
Please login to merge, or discard this patch.