Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
array...
Browse files Browse the repository at this point in the history
  • Loading branch information
holyshared committed May 29, 2015
1 parent 2b7552c commit 00e37c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/CoverallsReportTransfer.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ public function upload(ReportEntity $report)
$client = $this->getClient();
$client->request(self::HTTP_METHOD, self::ENDPOINT_URL, [
'multipart' => [
'name' => self::JSON_FILE_POST_FIELD_NAME,
'contents' => $stream
[
'name' => self::JSON_FILE_POST_FIELD_NAME,
'contents' => $stream
]
]
]);
}
Expand Down

0 comments on commit 00e37c6

Please sign in to comment.