Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro Silva committed Sep 4, 2015
1 parent 9caf142 commit 35cea78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LosUi/View/Helper/HeadLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private function callWithoutCdn($matches, $args)
public function setBasePath($path = null)
{
if (null !== $path) {
$this->basePath = (string)$path;
$this->basePath = (string) $path;
}

return $this;
Expand Down
2 changes: 1 addition & 1 deletion src/LosUi/View/Helper/HeadScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private function callWithoutCdn($matches, $args)
public function setBasePath($path = null)
{
if (null !== $path) {
$this->basePath = (string)$path;
$this->basePath = (string) $path;
}

return $this;
Expand Down

0 comments on commit 35cea78

Please sign in to comment.