Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Change the visibility of getStream to public #15

Merged
merged 1 commit into from
Oct 22, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ public function getStreamName()
*
* @return resource
*/
protected function getStream()
public function getStream()
{
if (empty($this->_bucket)) {
return null;
Expand Down