From ce038f298d75c8439335a3c03af5c6c017c5d787 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 22 Aug 2019 22:44:03 +0200 Subject: [PATCH] Rename --- lib/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);