Browse Source

Fixing style errors.

stickler-ci 7 years ago
parent
commit
73a7042f1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Helper/UrlHelper.php

+ 1 - 1
src/View/Helper/UrlHelper.php

@@ -196,7 +196,7 @@ class UrlHelper extends Helper
         $path = $this->_encodeUrl($webPath);
 
         if (!empty($options['fullBase'])) {
-            $fullBaseUrl = is_string($options['fullBase']) ? $options['fullBase'] : Router::fullBaseUrl(); 
+            $fullBaseUrl = is_string($options['fullBase']) ? $options['fullBase'] : Router::fullBaseUrl();
             $path = rtrim($fullBaseUrl, '/') . '/' . ltrim($path, '/');
         }