From 344930c04df1e652764d4c41bc2e3257011fde25 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 25 Oct 2016 17:39:58 +0800 Subject: [PATCH] CodeDoc/Data/Method.php --- CodeDoc/Data/Method.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeDoc/Data/Method.php b/CodeDoc/Data/Method.php index f587144..9cb509a 100644 --- a/CodeDoc/Data/Method.php +++ b/CodeDoc/Data/Method.php @@ -128,7 +128,7 @@ class PHP_CodeDoc_Data_Method extends PHP_CodeDoc_Data { ); - if ( $this->name != '_construct') { + if ( $this->name != '__construct') { $items[] = array( 'stype' => 'return', '|xns' => 'Roo.doc', -- 2.39.2