actually return stream from swift

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2018-02-07 17:10:59 +01:00 committed by Roeland Jago Douma
parent d36b9c7479
commit ce4f74bec2
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ class Swift implements IObjectStore {
// save the object content in the context of the stream to prevent it being gc'd until the stream is closed
stream_context_set_option($stream, 'swift', 'content', $objectContent);
RetryWrapper::wrap($stream);
return RetryWrapper::wrap($stream);
}
/**