Completed
Push — master ( 8ac7d1...159268 )
by Tim
01:53
created
Classes/Service/Url/CoolUri.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      */
60 60
     public function coolUri($xml, $value)
61 61
     {
62
-        $alias = $this->getIndexBase((int) $value);
62
+        $alias = $this->getIndexBase((int)$value);
63 63
         $alias = $this->prepareBase($alias);
64 64
         $alias = Functions::URLize($alias);
65 65
         $alias = Functions::sanitize_title_with_dashes($alias);
Please login to merge, or discard this patch.