Passed
Push — master ( 90f1a9...1f2e81 )
by Andrii
01:30
created
src/Search/NearestSearch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
 
95 95
     private function reset(): void
96 96
     {
97
-        $this->bestDistance = (float)PHP_INT_MAX;
97
+        $this->bestDistance = (float) PHP_INT_MAX;
98 98
         $this->closestPoint = null;
99 99
         $this->visited = 0;
100 100
     }
Please login to merge, or discard this patch.