Completed
Push — master ( b4cf4c...195796 )
by Vitaly
08:14 queued 05:15
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   +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.