Skip to content

Commit

Permalink
Merge branch 'release/1.6.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Feb 19, 2023
2 parents 99448a2 + 5725814 commit 8c751e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.6.3
## 02/19/2023

1. [](#bugfix)
* Fixed a bug in ReadOnlyStream that throws deprecated warning PHP 8.2

# v1.6.2
## 06/14/2022

Expand Down
2 changes: 2 additions & 0 deletions StreamWrapper/src/ReadOnlyStream.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class ReadOnlyStream extends Stream
/** @var ResourceLocatorInterface */
protected static $locator;

public $context;

/**
* @param string $uri
* @param string $mode
Expand Down

0 comments on commit 8c751e9

Please sign in to comment.