File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ public function getFunctions()
48
48
*
49
49
* Absolute paths (i.e. http://...) are returned unmodified.
50
50
*
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
55
55
*
56
56
* @return string A public path which takes into account the base path and URL path
57
57
*/
@@ -93,8 +93,9 @@ public function getName()
93
93
*
94
94
* @param string $url The URL that has to be absolute
95
95
*
96
- * @return string The absolute URL
97
96
* @throws \RuntimeException
97
+ *
98
+ * @return string The absolute URL
98
99
*/
99
100
private function ensureUrlIsAbsolute ($ url )
100
101
{
You can’t perform that action at this time.
0 commit comments