1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-11-30 04:19:23 +01:00
This commit is contained in:
Daniil Gentili 2019-08-22 22:44:03 +02:00
parent 4b7bd7b8ee
commit ce038f298d

View File

@ -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);