diff --git a/src/LosUi/View/Helper/HeadLink.php b/src/LosUi/View/Helper/HeadLink.php index 953da5e..fd8bd1c 100644 --- a/src/LosUi/View/Helper/HeadLink.php +++ b/src/LosUi/View/Helper/HeadLink.php @@ -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; diff --git a/src/LosUi/View/Helper/HeadScript.php b/src/LosUi/View/Helper/HeadScript.php index 87bc297..c8c082c 100644 --- a/src/LosUi/View/Helper/HeadScript.php +++ b/src/LosUi/View/Helper/HeadScript.php @@ -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;