forked from loafle/openapi-generator-original
Correcting spelling error in comment
This commit is contained in:
parent
e782ea2c05
commit
0c3f06604d
@ -90,7 +90,7 @@ class APIClient {
|
||||
|
||||
$headers = array();
|
||||
|
||||
# Allow headers passed in through $headerParams to take president over $this->defaultHeaders
|
||||
# Allow headers passed in through $headerParams to take precedent over $this->defaultHeaders
|
||||
$headerParams = array_merge($this->defaultHeaders, $headerParams);
|
||||
if ($headerParams != null) {
|
||||
foreach ($headerParams as $key => $val) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user