mirror of
https://github.com/danog/byte-stream.git
synced 2024-11-30 04:19:23 +01:00
Rename
This commit is contained in:
parent
4b7bd7b8ee
commit
ce038f298d
@ -125,7 +125,7 @@ function getStdin(): ResourceInputStream
|
|||||||
*/
|
*/
|
||||||
function getStdinLineReader(): LineReader
|
function getStdinLineReader(): LineReader
|
||||||
{
|
{
|
||||||
static $key = InputStream::class . '\\stdinLineReader';
|
static $key = LineReader::class . '\\stdin';
|
||||||
|
|
||||||
$stream = Loop::getState($key);
|
$stream = Loop::getState($key);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user