Completed
Push — master ( 1a0e57...bc084a )
by Dmitry
02:08
created
src/Provider31/Request/General.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -163,8 +163,7 @@  discard block
 block discarded – undo
163 163
             if ( ! isset($this->Operation))
164 164
             {
165 165
                 $this->Operation = $n->nodeName;
166
-            }
167
-            else
166
+            } else
168 167
             {
169 168
                 throw new Exception\Structure('There is more than one Operation type element in the xml-query!', -53);
170 169
             }
@@ -184,8 +183,7 @@  discard block
 block discarded – undo
184 183
         if ( ! isset($this->$name))
185 184
         {
186 185
             $this->$name = $n->nodeValue;
187
-        }
188
-        else
186
+        } else
189 187
         {
190 188
             throw new Exception\Structure('There is more than one '.$name.' element in the xml-query!', -56);
191 189
         }
Please login to merge, or discard this patch.