Skip to content

Commit

Permalink
VfsStreamWrapper: Fix dynamically declared $context
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed May 26, 2023
1 parent 87053ef commit 95a910d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/VfsStreamWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ final class VfsStreamWrapper implements StreamWrapper

private ?DirectoryHandler $currentDir = null;

/** @var resource|null */
public $context;

/** @var array<string, Container> */
public static array $containers = [];

Expand Down

0 comments on commit 95a910d

Please sign in to comment.