Passed
Pull Request — master (#259)
by
unknown
06:11
created
src/Request.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
                             $code
150 150
                         );
151 151
 
152
-                        if( isset($xml->Response->Error->ErrorLocation, $xml->Response->Error->ErrorLocation->ErrorLocationElementName) ) {
152
+                        if (isset($xml->Response->Error->ErrorLocation, $xml->Response->Error->ErrorLocation->ErrorLocationElementName)) {
153 153
                             $message .= sprintf(
154 154
                                 ' (Error location: %s)',
155 155
                                 $xml->Response->Error->ErrorLocation->ErrorLocationElementName
Please login to merge, or discard this patch.