Skip to content

Commit 4ba3b2a

Browse files
authored
change stdout to temp
1 parent dbcab67 commit 4ba3b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public function download(array $options)
237237
'headers' => [
238238
'Authorization' => $this->authToken,
239239
],
240-
'sink' => isset($options['SaveAs']) ? $options['SaveAs'] : fopen('php://stdout', 'w'),
240+
'sink' => isset($options['SaveAs']) ? $options['SaveAs'] : fopen('php://temp', 'w'),
241241
];
242242

243243
if (isset($options['FileId'])) {

0 commit comments

Comments
 (0)