Completed
Push — master ( 652cda...94203c )
by Christopher
08:48 queued 04:51
created
src/POData/UriProcessor/XML2Array.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      */
23 23
     public static function createArray($input_xml)
24 24
     {
25
-        if(!isset($input_xml) || 0 === strlen(trim($input_xml))){
25
+        if (!isset($input_xml) || 0 === strlen(trim($input_xml))) {
26 26
            return [];
27 27
         }
28 28
         $xml = self::getXMLRoot();
Please login to merge, or discard this patch.