Skip to content

Commit

Permalink
Fixing style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
stickler-ci committed Dec 27, 2018
1 parent 939fff1 commit 73a7042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/UrlHelper.php
Expand Up @@ -196,7 +196,7 @@ public function assetUrl($path, array $options = [])
$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, '/');
}

Expand Down

0 comments on commit 73a7042

Please sign in to comment.