Completed
Branch 1.5 (08af83)
by Romain
26:58 queued 02:03
created
Extension/Formatter/Property/UrlProperty.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,6 +52,6 @@
 block discarded – undo
52 52
             $this->getOr(self::IS_ABSOLUTE_KEY, false)
53 53
         );
54 54
 
55
-        return $route . $this->getOr(self::ANCHOR_KEY);
55
+        return $route.$this->getOr(self::ANCHOR_KEY);
56 56
     }
57 57
 }
Please login to merge, or discard this patch.