Show
Ignore:
Timestamp:
01/29/08 18:44:27 (7 months ago)
Author:
mikey
Message:

fixed doc comments

Files:

Legend:

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

    r1301 r1311  
    248248     * converts it to the correct type. 
    249249     * 
    250      * @param  string  $namespaceURI  namespace of end tag 
    251      * @param  string  $sName         name of end tag 
     250     * @param   string  $namespaceURI  namespace of end tag 
     251     * @param   string  $sName         name of end tag 
     252     * @return  mixed 
    252253     */ 
    253254    protected function endElement($namespaceURI, $sName)