Completed
Push — master ( e30611...9a9190 )
by Ivannis Suárez
06:48
created
Specification/Constraint/Near.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
         $this->selector = $selector;
53 53
         $this->coordinate = $coordinate;
54 54
         $this->radius = $radius === null ?
55
-            new Distance(Real::fromNative(self::DEFAULT_RADIUS), DistanceUnit::METER()) :
56
-            $radius;
55
+            new Distance(Real::fromNative(self::DEFAULT_RADIUS), DistanceUnit::METER()) : $radius;
57 56
     }
58 57
 
59 58
     /**
Please login to merge, or discard this patch.