Skip to content

Commit 42e1fdd

Browse files
Base off 1.17
1 parent 3293cff commit 42e1fdd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Stream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public function __construct($streamName, $context = null, $wait = false)
192192
* @return array
193193
* @throws \Hoa\Stream\Exception
194194
*/
195-
final private static function &_getStream(
195+
private static function &_getStream(
196196
$streamName,
197197
Stream $handler,
198198
$context = null

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name" : "hoa/stream",
2+
"name" : "redeye/hoa-stream",
33
"description": "The Hoa\\Stream library.",
44
"type" : "library",
55
"keywords" : ["library", "stream", "bucket", "composite", "context",
@@ -23,6 +23,9 @@
2323
"docs" : "https://central.hoa-project.net/Documentation/Library/Stream",
2424
"source": "https://central.hoa-project.net/Resource/Library/Stream"
2525
},
26+
"replace": {
27+
"hoa/stream": "1.18.0"
28+
},
2629
"require": {
2730
"hoa/consistency": "~1.0",
2831
"hoa/event" : "~1.0",

0 commit comments

Comments
 (0)