Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Compatibility with PHP 8 #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/Stream.php
Expand Up @@ -155,7 +155,7 @@ public function __construct(string $streamName, string $context = null, bool $wa
* If the stream does not exist, try to open it by calling the
* $handler->_open() method.
*/
final private static function &_getStream(
private static function &_getStream(
string $streamName,
Stream $handler,
string $context = null
Expand Down