Passed
Pull Request — master (#108)
by
unknown
03:23
created
src/Phpml/Classification/Linear/Perceptron.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -100,10 +100,10 @@
 block discarded – undo
100 100
     }
101 101
 
102 102
     /**
103
-      * @param array $samples
104
-      * @param array $targets
105
-      * @param array $labels
106
-      */
103
+     * @param array $samples
104
+     * @param array $targets
105
+     * @param array $labels
106
+     */
107 107
     public function trainBinary(array $samples, array $targets, array $labels)
108 108
     {
109 109
         if ($this->normalizer) {
Please login to merge, or discard this patch.