Passed
Pull Request — master (#191)
by Alex
03:59
created
src/POData/BatchProcessor/ChangeSetParser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
             if ('GET' != $workingObject->RequestVerb && !Str::contains($workingObject->RequestURL, '/$links/')) {
52 52
                 if (null === $workingObject->Response->getHeaders()['Location']) {
53 53
                     $msg = 'Location header not set in subrequest response for '. $workingObject->RequestVerb
54
-                           .' request url '.$workingObject->RequestURL;
54
+                            .' request url '.$workingObject->RequestURL;
55 55
                     throw new \Exception($msg);
56 56
                 }
57 57
                 $this->contentIDToLocationLookup[$contentID] = $workingObject->Response->getHeaders()['Location'];
Please login to merge, or discard this patch.