diff --git a/CHANGELOG.md b/CHANGELOG.md index 58965f0..b6d3fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/StreamWrapper/src/ReadOnlyStream.php b/StreamWrapper/src/ReadOnlyStream.php index d53b0c5..b2e3e0f 100644 --- a/StreamWrapper/src/ReadOnlyStream.php +++ b/StreamWrapper/src/ReadOnlyStream.php @@ -18,6 +18,8 @@ class ReadOnlyStream extends Stream /** @var ResourceLocatorInterface */ protected static $locator; + public $context; + /** * @param string $uri * @param string $mode