@@ -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 | */ |
@@ -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 | { |