@@ -89,7 +89,7 @@ discard block |
||
| 89 | 89 | * |
| 90 | 90 | * @param array $moduleList Collection of modules |
| 91 | 91 | * |
| 92 | - * @return array Resources paths |
|
| 92 | + * @return string[] Resources paths |
|
| 93 | 93 | */ |
| 94 | 94 | private function getAssets($moduleList) |
| 95 | 95 | { |
@@ -148,7 +148,7 @@ discard block |
||
| 148 | 148 | * |
| 149 | 149 | * @param string $cachedAsset Full path to cached asset |
| 150 | 150 | * |
| 151 | - * @return mixed Cached asset URL |
|
| 151 | + * @return string Cached asset URL |
|
| 152 | 152 | */ |
| 153 | 153 | private function getAssetCachedUrl($cachedAsset) |
| 154 | 154 | { |