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-23 15:08:20 +02:00
parent 0f3d1ae5b1
commit b3e9bdb04f
2 changed files with 3 additions and 6 deletions

View File

@ -1,8 +1,5 @@
<?php
use Amp\ByteStream\ResourceInputStream;
use Amp\ByteStream\ResourceOutputStream;
use Amp\ByteStream\ZlibOutputStream;
use Amp\Loop;
use function Amp\ByteStream\bufferEcho;
use function Amp\ByteStream\prompt;

View File

@ -122,7 +122,7 @@ function getStdin(): ResourceInputStream
}
/**
* Get LineReader instance associated with STDIN
* Get LineReader instance associated with STDIN.
*
* @return LineReader
*/
@ -141,7 +141,7 @@ function getStdinLineReader(): LineReader
}
/**
* Get data eventually buffered by the STDIN LineReader
* Get data eventually buffered by the STDIN LineReader.
*
* @return LineReader
*/
@ -151,7 +151,7 @@ function getStdinBuffer(): string
}
/**
* Clear data eventually buffered by the STDIN LineReader
* Clear data eventually buffered by the STDIN LineReader.
*
* @return void
*/