Show
Ignore:
Timestamp:
01/25/08 20:09:22 (10 months ago)
Author:
richi
Message:

coding standards: fixed coding standards issues (function docblock)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/xml/unserializer/stubXMLUnserializer.php

    r1285 r1301  
    142142    /** 
    143143     * initializes the parser 
     144     *  
     145     * @return  XMLReader $reader 
    144146     */ 
    145147    protected function initParser() 
     
    382384     * try to guess the type of a value and set it accordingly 
    383385     * 
    384      * @param   string  character data 
    385      * @return  mixed   value with the best matching type 
     386     * @param   string  $value  character data 
     387     * @return  mixed           value with the best matching type 
    386388     */ 
    387389    protected function guessAndSetType($value)