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

chore(php-compat): private method should not be final #35

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public function __construct($streamName, $context = null, $wait = false)
* @return array
* @throws \Hoa\Stream\Exception
*/
final private static function &_getStream(
private static function &_getStream(
$streamName,
Stream $handler,
$context = null
Expand Down