X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FTree.php;h=19ecf80bf29620a00fffc7a53f8a0a32cb3bb37e;hb=1e66775e6f88ac33d643ca2d68577ab01dd41dd5;hp=eaae076c0096a7387ab66be0ff2c6e55c5adb22a;hpb=1fa961e3e8412c4e81d66bc3b8a8b0a850c39f0d;p=civicrm-core.git diff --git a/CRM/Utils/Tree.php b/CRM/Utils/Tree.php index eaae076c00..19ecf80bf2 100644 --- a/CRM/Utils/Tree.php +++ b/CRM/Utils/Tree.php @@ -1,7 +1,7 @@ tree; } /** - * print the tree - * - * @param none + * Print the tree * * @return void - * - * @access public */ public function display() { print_r($this->tree); } -} +}