Completed
Push — master ( 48758c...cfe763 )
by Vitaly
03:33
created
src/Router.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.