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 5e3cb24efa
commit 6296c498b2
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -265,7 +265,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);
}
/**