Closed itavero closed 11 years ago
Since I'm aiming for a OO library, it would be nice to not call a method (simplexml_load_string in this case) when there is an OO alternative (constructing a new SimpleXMLElement object). So please adjust this on line 94 in AMNL\Mollie\Client.
simplexml_load_string
SimpleXMLElement
PS: This is mainly a reminder to myself. ;)
Change made it to the master branch.
Since I'm aiming for a OO library, it would be nice to not call a method (
simplexml_load_string
in this case) when there is an OO alternative (constructing a newSimpleXMLElement
object). So please adjust this on line 94 in AMNL\Mollie\Client.PS: This is mainly a reminder to myself. ;)