Completed
Branch master (b610c1)
by Michael
02:32
created
class/xoopstree.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -41,8 +41,8 @@  discard block
 block discarded – undo
41 41
     //sets the names of table, unique id, and parend id
42 42
     /**
43 43
      * @param $table_name
44
-     * @param $id_name
45
-     * @param $pid_name
44
+     * @param string $id_name
45
+     * @param string $pid_name
46 46
      */
47 47
     public function __construct($table_name, $id_name, $pid_name)
48 48
     {
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
 
56 56
     // returns an array of first child objects for a given id($sel_id)
57 57
     /**
58
-     * @param        $sel_id
58
+     * @param        integer $sel_id
59 59
      * @param string $order
60 60
      *
61 61
      * @return array
@@ -293,8 +293,8 @@  discard block
 block discarded – undo
293 293
     /**
294 294
      * Enter description here...
295 295
      *
296
-     * @param int|\unknown_type    $sel_id
297
-     * @param string|\unknown_type $order
296
+     * @param integer    $sel_id
297
+     * @param string $order
298 298
      * @param array|\unknown_type  $parray
299 299
      *
300 300
      * @return unknown
@@ -322,8 +322,8 @@  discard block
 block discarded – undo
322 322
     /**
323 323
      * Enter description here...
324 324
      *
325
-     * @param int|\unknown_type    $sel_id
326
-     * @param string|\unknown_type $order
325
+     * @param integer    $sel_id
326
+     * @param string $order
327 327
      * @param array|\unknown_type  $parray
328 328
      * @param string|\unknown_type $r_prefix
329 329
      *
Please login to merge, or discard this patch.