Changeset 901

Show
Ignore:
Timestamp:
09/11/07 17:43:10 (1 year ago)
Author:
mikey
Message:

corrected doc block (method vs. function)

Files:

Legend:

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

    r900 r901  
    121121     * If the return type is a known class the return value is an instance of 
    122122     * stubReflectionClass, if it is a scalar type or an unknown class the 
    123      * return value is a string and if the method does not have a return value 
     123     * return value is a string and if the function does not have a return value 
    124124     * this method returns null. 
    125125     * Please be aware that this is guessing from the doc block with which the 
    126      * method is documented. If the doc block is missing or incorrect the return 
    127      * value of this method may be wrong. This is due to missing type hints for 
    128      * return values in PHP itself. 
     126     * function is documented. If the doc block is missing or incorrect the 
     127     * return value of this method may be wrong. This is due to missing type 
     128     * hints for return values in PHP itself. 
    129129     * 
    130130     * @return  string|stubReflectionClass