Skip to content

Commit e12044f

Browse files
Update docs comment
1 parent ab28796 commit e12044f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Assets.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ protected function getScriptItem($location, $configName, $script)
261261
*
262262
* @param string $name
263263
* @param string $type
264-
* @return null|string
264+
* @return string
265265
*/
266266
protected function itemToHtml($name, $type = 'style')
267267
{
@@ -287,7 +287,7 @@ protected function itemToHtml($name, $type = 'style')
287287
}
288288

289289
/**
290-
* @param $configName
290+
* @param string $configName
291291
* @return string|array
292292
*/
293293
protected function getSourceUrl($configName)
@@ -306,7 +306,7 @@ protected function getSourceUrl($configName)
306306
}
307307

308308
/**
309-
* @param $configName
309+
* @param string $configName
310310
* @return bool
311311
*/
312312
protected function isUsingCdn($configName)
@@ -315,7 +315,7 @@ protected function isUsingCdn($configName)
315315
}
316316

317317
/**
318-
* @param $configName
318+
* @param string $configName
319319
* @return array
320320
*/
321321
protected function getSource($configName, $location = null)

0 commit comments

Comments
 (0)