Completed
Push — master ( 0b55a4...076988 )
by Alexey
05:20
created
system/modules/Ui/objects/Tree.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -12,6 +12,9 @@
 block discarded – undo
12 12
 
13 13
 class Tree extends \Object
14 14
 {
15
+    /**
16
+     * @param \Closure $hrefFunc
17
+     */
15 18
     public static function ul($objectRoot, $maxDeep = 0, $hrefFunc = null)
16 19
     {
17 20
         $count = 0;
Please login to merge, or discard this patch.