Passed
Push — master ( c44f3b...492344 )
by Arkadiusz
02:48
created
src/Phpml/Classification/Linear/Perceptron.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
 {
16 16
     use Predictable, OneVsRest;
17 17
 
18
-   /**
18
+    /**
19 19
      * @var array
20 20
      */
21 21
     protected $samples = [];
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
         $this->maxIterations = $maxIterations;
84 84
     }
85 85
 
86
-   /**
86
+    /**
87 87
      * @param array $samples
88 88
      * @param array $targets
89 89
      */
Please login to merge, or discard this patch.