From 8369dce1173747fbd717e631f4d76bed1d758143 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Oct 2016 09:50:41 +0800 Subject: [PATCH] CodeDoc/Data/Class.php --- CodeDoc/Data/Class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeDoc/Data/Class.php b/CodeDoc/Data/Class.php index 59456fb..d8bd53e 100644 --- a/CodeDoc/Data/Class.php +++ b/CodeDoc/Data/Class.php @@ -99,8 +99,8 @@ class PHP_CodeDoc_Data_Class { foreach($ar as $op) { $c = $cname = $op->name; if ($c == '__construct') { - print_R($op);exit; $cname = 'new ' . $op->{'class'}; + $c = 'new'; } $ret['items'][] = array( '|xns' => 'Roo.bootstrap', -- 2.39.2