Completed
Push — master ( 2163dc...cc0315 )
by Vitaly
02:03
created
src/Router.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -65,6 +65,9 @@
 block discarded – undo
65 65
         $this->system->subscribe('core.rendered', array($this, 'renderer'));
66 66
     }
67 67
 
68
+    /**
69
+     * @param \samson\core\Module[] $moduleList
70
+     */
68 71
     public function generateResources($moduleList, $templatePath = 'default')
69 72
     {
70 73
         // Cache main web resources
Please login to merge, or discard this patch.