Completed
Push — master ( 30b51c...942354 )
by Chubarov
24:54 queued 21:03
created
src/Handlers/XmlHandler.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -122,9 +122,9 @@  discard block
 block discarded – undo
122 122
         return $this->validText;
123 123
     }
124 124
     
125
-     /**
126
-     * @return array|null
127
-     */
125
+        /**
126
+         * @return array|null
127
+         */
128 128
     public function getError()
129 129
     {
130 130
         if (isset($this->response->innererror)) {
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
      */
140 140
     public function toArray()
141 141
     {
142
-       return  $this->xmlToArrayRecursive($this->validText);
142
+        return  $this->xmlToArrayRecursive($this->validText);
143 143
     }
144 144
 
145 145
     /**
Please login to merge, or discard this patch.