Skip to content

Commit

Permalink
- Opened up context and metadata to be able to use fgetcsv and simila…
Browse files Browse the repository at this point in the history
…r functions directly
  • Loading branch information
TorbenKoehn committed May 26, 2018
1 parent 7b793a9 commit 9a57be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ class Stream implements StreamInterface
*
* @var resource
*/
private $context;
protected $context;

/**
* An array of meta data information
*
* @var array
*/
private $metadata;
protected $metadata;


/**
Expand Down

0 comments on commit 9a57be9

Please sign in to comment.