Passed
Push — 1.x ( 24452e...2e96e2 )
by Ulises Jeremias
02:23
created
Mbh/Tree/Traits/Node.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,8 @@
 block discarded – undo
41 41
     }
42 42
 
43 43
     /**
44
-    * {@inheritdoc}
45
-    */
44
+     * {@inheritdoc}
45
+     */
46 46
     public function setValue($value)
47 47
     {
48 48
         $this->value = $value;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
         return array_values(
173 173
             array_filter(
174 174
                 $neighbors,
175
-                function ($item) use ($current) {
175
+                function($item) use ($current) {
176 176
                     return $item != $current;
177 177
                 }
178 178
             )
Please login to merge, or discard this patch.