Test Setup Failed
Pull Request — master (#348)
by Pol
06:51
created
src/Math/Distance/Euclidean.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      *
30 30
      * @throws \Phpml\Exception\InvalidArgumentException
31 31
      */
32
-      public function sqDistance(array $a, array $b): float
32
+        public function sqDistance(array $a, array $b): float
33 33
     {
34 34
         return $this->distance($a, $b) ** 2;
35 35
     }
Please login to merge, or discard this patch.