Skip to content

Commit

Permalink
Fix stream wrapper missing - KnpLabs#702
Browse files Browse the repository at this point in the history
  • Loading branch information
edhgoose committed Jul 17, 2024
1 parent 6b6a991 commit ffee07c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Gaufrette/StreamWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
*/
class StreamWrapper
{
/** @var resource|null Stream context (this is set by PHP) */
public $context;

private static $filesystemMap;

private $stream;
Expand Down

0 comments on commit ffee07c

Please sign in to comment.