@@ -34,7 +34,7 @@ |
||
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 | /** |