Completed
Branch master (dee123)
by dima
03:02 queued 22s
created
app/Controllers/ModuleController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
  */
9 9
 abstract class ModuleController extends BaseController implements \Frameworkless\ModuleInterface{
10 10
 
11
+    /**
12
+     * @param string $view
13
+     */
11 14
     protected function render($view, array $data = array()){
12 15
 
13 16
 	$ref = new \ReflectionClass($this);
Please login to merge, or discard this patch.