diff --git a/lib/functions.php b/lib/functions.php index 9e39f85..c627c3b 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -125,7 +125,7 @@ function getStdin(): ResourceInputStream */ function getStdinLineReader(): LineReader { - static $key = InputStream::class . '\\stdinLineReader'; + static $key = LineReader::class . '\\stdin'; $stream = Loop::getState($key);