Completed
Pull Request — development (#109)
by
unknown
12:00
created
application/modules/core/src/Controller/CategoryController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
14 14
         'num_links'            => 3,
15 15
     ];
16 16
 
17
+    /**
18
+     * @param integer $id
19
+     */
17 20
     public function index($id) {
18 21
         $category = $this->model->getCategory($id);
19 22
 
Please login to merge, or discard this patch.