@@ -103,7 +103,7 @@ |
||
103 | 103 | /** |
104 | 104 | * Create static assets. |
105 | 105 | * |
106 | - * @param array $paths Collection of paths for gathering assets |
|
106 | + * @param string[] $paths Collection of paths for gathering assets |
|
107 | 107 | * |
108 | 108 | * @return array Cached assets full paths collection |
109 | 109 | */ |
@@ -183,7 +183,7 @@ |
||
183 | 183 | * |
184 | 184 | * @param string $cachedAsset Full path to cached asset |
185 | 185 | * |
186 | - * @return mixed Cached asset URL |
|
186 | + * @return string Cached asset URL |
|
187 | 187 | */ |
188 | 188 | private function getAssetCachedUrl($cachedAsset) |
189 | 189 | { |