Passed
Pull Request — master (#167)
by
unknown
02:11
created
src/Phpml/Preprocessing/Normalizer.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
      */
54 54
     public function preprocess(array $samples)
55 55
     {
56
-      $this->fit($samples);
56
+        $this->fit($samples);
57 57
     }
58 58
 
59 59
     public function fit(array $samples): void
Please login to merge, or discard this patch.