Passed
Pull Request — master (#86)
by Marcin
03:55
created
src/Phpml/Classification/Linear/Perceptron.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
         $this->trainByLabel($samples, $targets, $labels);
100 100
     }
101 101
 
102
-   /**
102
+    /**
103 103
      * @param array $samples
104 104
      * @param array $targets
105 105
      * @param array $labels
Please login to merge, or discard this patch.