Completed
Push — master ( ce73ea...e990bc )
by Taosikai
15:09
created
src/Manager/Asset/AssetManager.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -89,6 +89,11 @@
 block discarded – undo
89 89
         ]);
90 90
     }
91 91
 
92
+    /**
93
+     * @param integer $themeId
94
+     *
95
+     * @return string
96
+     */
92 97
     protected function createPartialResourceUrlForList($themeId)
93 98
     {
94 99
         return "themes/{$themeId}/assets";
Please login to merge, or discard this patch.