Skip to content

Commit 8c751e9

Browse files
committed
Merge branch 'release/1.6.3'
2 parents 99448a2 + 5725814 commit 8c751e9

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.6.3
2+
## 02/19/2023
3+
4+
1. [](#bugfix)
5+
* Fixed a bug in ReadOnlyStream that throws deprecated warning PHP 8.2
6+
17
# v1.6.2
28
## 06/14/2022
39

StreamWrapper/src/ReadOnlyStream.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ class ReadOnlyStream extends Stream
1818
/** @var ResourceLocatorInterface */
1919
protected static $locator;
2020

21+
public $context;
22+
2123
/**
2224
* @param string $uri
2325
* @param string $mode

0 commit comments

Comments
 (0)