Passed
Push — master ( ef5e79...90f1a9 )
by Andrii
01:33
created
src/Search/NearestSearch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     public function __construct(KDTreeInterface $tree)
35 35
     {
36 36
         $this->tree = $tree;
37
-        $this->bestDistance = (float)PHP_INT_MAX;
37
+        $this->bestDistance = (float) PHP_INT_MAX;
38 38
     }
39 39
 
40 40
     /**
Please login to merge, or discard this patch.