Skip to content

Commit a5b98f2

Browse files
ekasitkhaphan
authored andcommitted
Change the signature of download
1 parent 6716dc7 commit a5b98f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ObjectStore/v1/Models/Object.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public function retrieve()
112112
*
113113
* @return StreamInterface
114114
*/
115+
115116
public function download(array $data = []): StreamInterface
116117
{
117118
$response = $this->execute($this->api->getObject(), $data + ['containerName' => $this->containerName]);

0 commit comments

Comments
 (0)