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