We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99448a2 + 5725814 commit 8c751e9Copy full SHA for 8c751e9
2 files changed
CHANGELOG.md
@@ -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
7
# v1.6.2
8
## 06/14/2022
9
StreamWrapper/src/ReadOnlyStream.php
@@ -18,6 +18,8 @@ class ReadOnlyStream extends Stream
18
/** @var ResourceLocatorInterface */
19
protected static $locator;
20
21
+ public $context;
22
23
/**
24
* @param string $uri
25
* @param string $mode
0 commit comments