Completed
Push — master ( 735fe4...23bc65 )
by Vitaly
03:16
created
src/ResourceManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Router.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.