Skip to content

Commit

Permalink
chore(php-compat): private method should not be final
Browse files Browse the repository at this point in the history
  • Loading branch information
mathroc committed Aug 9, 2021
1 parent 3293cff commit 57e4896
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 57e4896

Please sign in to comment.