Completed
Pull Request — master (#36)
by
unknown
03:10
created
src/Phpml/Classification/DecisionTree.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -275,7 +275,7 @@
 block discarded – undo
275 275
             }
276 276
         } while ($node);
277 277
 
278
-		if ($node) {
278
+        if ($node) {
279 279
             return $node->classValue;
280 280
         }
281 281
         return $this->labels[0];
Please login to merge, or discard this patch.