Skip to content

Commit 340bc56

Browse files
authored
Merge pull request #56 from frankkessler/analysis-8baR2M
Applied fixes from StyleCI
2 parents 6d10f73 + 205abb5 commit 340bc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bulk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ public function batchResult($jobId, $batchId, $isBatchedResult = false, $resultI
320320
$resultPostArray['format'] = $format;
321321
//all results that have a $resultId should be returned without lowercase formatting
322322
$resultPostArray['lowerCaseHeaders'] = false;
323-
}else{
323+
} else {
324324
//result object returned in xml if selecting csv as contentType
325325
$resultPostArray['format'] = $this->batchResponseFormatFromContentType($format);
326326
}

0 commit comments

Comments
 (0)