Changeset 1168

Show
Ignore:
Timestamp:
12/20/07 13:47:27 (1 year ago)
Author:
mikey
Message:

whitespace fix
added missing resource required in unit test for xml unserializer

Files:

Legend:

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

    r1163 r1168  
    186186            if ($this->options[stubXMLUnserializerOption::GUESS_TYPES] === true) { 
    187187                $atts = $this->guessAndSetType($atts); 
    188             }             
     188            } 
     189             
    189190            if ($this->options[stubXMLUnserializerOption::ATTRIBUTES_ARRAYKEY] != false) { 
    190191                $val['children'][$this->options[stubXMLUnserializerOption::ATTRIBUTES_ARRAYKEY]] = $atts;