mirror of
https://github.com/danog/byte-stream.git
synced 2024-11-30 04:19:23 +01:00
cs-fix
This commit is contained in:
parent
0f3d1ae5b1
commit
b3e9bdb04f
@ -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;
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user