Show
Ignore:
Timestamp:
12/06/07 23:11:20 (1 year ago)
Author:
mikey
Message:

fixed a bunch of coding style issues detected with new coding style check mechanism

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/reflection/stubReflectionParameter.php

    r1082 r1127  
    164164    # ReflectionParameter::getDeclaringFunction() results in a fatal error 
    165165    # with message "Call to undefined method" 
    166     /*public function getDeclaringFunction() 
    167    
    168         $refFunction     = parent::getDeclaringFunction(); 
    169         $stubRefFunction = new stubReflectionFunction($refFunction->getName()); 
    170         return $stubRefFunction; 
    171     }*/ 
     166    #public function getDeclaringFunction() 
     167    #
     168    #    $refFunction     = parent::getDeclaringFunction(); 
     169    #    $stubRefFunction = new stubReflectionFunction($refFunction->getName()); 
     170    #    return $stubRefFunction; 
     171    #} 
    172172 
    173173    /**