Completed
Branch master (ececdd)
by Michael
02:08
created
class/tree.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@  discard block
 block discarded – undo
21 21
         }
22 22
 
23 23
         /**
24
-         * @param        $key
24
+         * @param        integer $key
25 25
          * @param        $ret
26
-         * @param        $prefix_orig
26
+         * @param        string $prefix_orig
27 27
          * @param string $prefix_curr
28 28
          * @param null   $tags
29 29
          */
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
         }
85 85
 
86 86
         /**
87
-         * @param       $key
87
+         * @param       integer $key
88 88
          * @param       $ret
89 89
          * @param array $tags
90 90
          * @param int   $depth
Please login to merge, or discard this patch.