From 57e4896d40e190a829349e3419e27085e1d5df94 Mon Sep 17 00:00:00 2001 From: Mathieu Rochette Date: Mon, 9 Aug 2021 11:19:01 +0200 Subject: [PATCH] chore(php-compat): private method should not be final see #32 --- Stream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stream.php b/Stream.php index 57388ab..7cf8b34 100644 --- a/Stream.php +++ b/Stream.php @@ -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