Skip to content

Commit 4a87e64

Browse files
Update Stream.php
1 parent ff7da08 commit 4a87e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Stream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function __construct(string $streamName, string $context = null, bool $wa
155155
* If the stream does not exist, try to open it by calling the
156156
* $handler->_open() method.
157157
*/
158-
final private static function &_getStream(
158+
private static function &_getStream(
159159
string $streamName,
160160
Stream $handler,
161161
string $context = null

0 commit comments

Comments
 (0)