From 04e979911ce7b09e24d01c560509c3624dbeda11 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 2 Mar 2020 22:50:15 +0100 Subject: [PATCH] autofixer --- Contract/StreamInterface.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contract/StreamInterface.php b/Contract/StreamInterface.php index 4ef40f5c9..53330fada 100644 --- a/Contract/StreamInterface.php +++ b/Contract/StreamInterface.php @@ -218,7 +218,7 @@ interface StreamInterface /** * Read data from the stream * - * @param int $length Up to length number of bytes read. + * @param int $length up to length number of bytes read * * @return string Returns the data read from the stream or FALSE on failure or EOF * @@ -229,9 +229,9 @@ interface StreamInterface /** * Write data to the stream * - * @param string $string The string that is to be written. + * @param string $string the string that is to be written * - * @return int Returns the number of bytes written to the stream on success or FALSE on failure. + * @return int returns the number of bytes written to the stream on success or FALSE on failure * * @since 1.0.0 */