Passed
Push — master ( 4055a6...a74559 )
by Andrii
03:41 queued 01:54
created
src/ValueObject/Point.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
 
72 72
         $result = array_reduce(
73 73
             range(0, $this->dimensions - 1),
74
-            function (float $result, int $dimension) use ($point): float {
74
+            function(float $result, int $dimension) use ($point): float {
75 75
                 return $result + ($point->getDAxis($dimension) - $this->getDAxis($dimension)) ** 2;
76 76
             },
77 77
             0.0
Please login to merge, or discard this patch.