Passed
Push — master ( 3c19d1...2ca449 )
by Evgenii
09:11
created
src/Models/BaseXmlObject.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,9 +85,9 @@
 block discarded – undo
85 85
         if ($attributeName === 'title') {
86 86
             $mainElement[0]=$attributeValue;
87 87
         } elseif (substr($attributeName, 0, 1) === '_') {
88
-             $mainElement->addAttribute(substr($attributeName, 1), $attributeValue);
88
+                $mainElement->addAttribute(substr($attributeName, 1), $attributeValue);
89 89
         } else {
90
-             $mainElement->addChild($attributeName, $attributeValue);
90
+                $mainElement->addChild($attributeName, $attributeValue);
91 91
         }
92 92
     }
93 93
 
Please login to merge, or discard this patch.