From 6d866e8bed10570c7402733995282a16b99a2439 Mon Sep 17 00:00:00 2001 From: Daniel Opitz Date: Sat, 4 Sep 2021 13:43:05 +0200 Subject: [PATCH] Fix cs --- src/Stream/CallbackStream.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Stream/CallbackStream.php b/src/Stream/CallbackStream.php index 6591645..7063ccf 100644 --- a/src/Stream/CallbackStream.php +++ b/src/Stream/CallbackStream.php @@ -158,11 +158,11 @@ public function isWritable() /** * 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 * * @throws \RuntimeException on failure * - * @return int returns the number of bytes written to the stream + * @return int Returns the number of bytes written to the stream */ public function write($string) { @@ -223,7 +223,7 @@ public function getContents() * * @see http://php.net/manual/en/function.stream-get-meta-data.php * - * @param string $key specific metadata to retrieve + * @param string $key The specific metadata to retrieve * * @return array|mixed|null Returns an associative array if no key is * provided. Returns a specific key value if a key is provided and the