Skip to content

Commit 30cf7f8

Browse files
authored
Merge pull request #1 from overtrue/analysis-8LDL6P
Apply fixes from StyleCI
2 parents b483719 + 23e1879 commit 30cf7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SendCloud.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function authorizationParamsMiddleware()
6262
return function (RequestInterface $request, array $options) use ($handler) {
6363
$credential = http_build_query([
6464
'apiUser' => $this->apiUser,
65-
'apiKey' => $this->apiKey,
65+
'apiKey' => $this->apiKey,
6666
]);
6767

6868
if ('post' == $request->getMethod()) {

0 commit comments

Comments
 (0)