Skip to content

Commit 84d5cb4

Browse files
CS fixes
1 parent 78f2eec commit 84d5cb4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Extension/AssetsExtension.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ public function getFunctions()
4848
*
4949
* Absolute paths (i.e. http://...) are returned unmodified.
5050
*
51-
* @param string $path A public path
52-
* @param string $packageName The name of the asset package to use
53-
* @param bool $absolute Whether to return an absolute URL or a relative one
54-
* @param string|bool|null $version A specific version
51+
* @param string $path A public path
52+
* @param string $packageName The name of the asset package to use
53+
* @param bool $absolute Whether to return an absolute URL or a relative one
54+
* @param string|bool|null $version A specific version
5555
*
5656
* @return string A public path which takes into account the base path and URL path
5757
*/
@@ -93,8 +93,9 @@ public function getName()
9393
*
9494
* @param string $url The URL that has to be absolute
9595
*
96-
* @return string The absolute URL
9796
* @throws \RuntimeException
97+
*
98+
* @return string The absolute URL
9899
*/
99100
private function ensureUrlIsAbsolute($url)
100101
{

0 commit comments

Comments
 (0)