From 6099b81fa75b366bed45a9f6629e8e552ddacae3 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Tue, 12 Feb 2013 22:19:23 +0700 Subject: [PATCH] add space in assign-ing value of parameter of function --- src/Json.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Json.php b/src/Json.php index 5af68d4a9..68190ebc8 100644 --- a/src/Json.php +++ b/src/Json.php @@ -306,7 +306,7 @@ protected static function _processXml($simpleXmlElementObject, $ignoreXmlAttribu * @return mixed - JSON formatted string on success * @throws \Zend\Json\Exception\RuntimeException if the input not a XML formatted string */ - public static function fromXml($xmlStringContents, $ignoreXmlAttributes=true) + public static function fromXml($xmlStringContents, $ignoreXmlAttributes = true) { // Load the XML formatted string into a Simple XML Element object. $simpleXmlElementObject = simplexml_load_string($xmlStringContents);