Completed
Pull Request — master (#2012)
by
unknown
02:08
created
core/console/commands/ThemeController.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -124,6 +124,9 @@  discard block
 block discarded – undo
124 124
         return Json::encode($themeConfig->toArray(), JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
125 125
     }
126 126
     
127
+    /**
128
+     * @param string $themeName
129
+     */
127 130
     private function renderAssetClass($themeName)
128 131
     {
129 132
         $className = ucfirst($themeName) . 'Asset';
@@ -153,6 +156,9 @@  discard block
 block discarded – undo
153 156
         return true;
154 157
     }
155 158
     
159
+    /**
160
+     * @param string $themeName
161
+     */
156 162
     private function renderLayout($themeName)
157 163
     {
158 164
         $className = ucfirst($themeName) . 'Asset';
Please login to merge, or discard this patch.