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