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