CodeDoc/Data/Method.php
authorAlan Knowles <alan@roojs.com>
Tue, 25 Oct 2016 09:39:58 +0000 (17:39 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Oct 2016 09:39:58 +0000 (17:39 +0800)
CodeDoc/Data/Method.php

index f587144..9cb509a 100644 (file)
@@ -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',