Completed
Push — master ( 1046fe...dee123 )
by dima
02:31
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.