Completed
Push — master ( 95fc13...87396e )
by Arkadiusz
02:45
created
src/Phpml/Classification/DecisionTree.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
 
132 132
     /**
133 133
      * @param array $records
134
-     * @return DecisionTreeLeaf[]
134
+     * @return null|DecisionTreeLeaf
135 135
      */
136 136
     protected function getBestSplit($records)
137 137
     {
@@ -254,7 +254,7 @@  discard block
 block discarded – undo
254 254
 
255 255
     /**
256 256
      * @param array $sample
257
-     * @return mixed
257
+     * @return string
258 258
      */
259 259
     protected function predictSample(array $sample)
260 260
     {
Please login to merge, or discard this patch.