Skip to content

Commit 6d866e8

Browse files
committed
Fix cs
1 parent 79b1c71 commit 6d866e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Stream/CallbackStream.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ public function isWritable()
158158
/**
159159
* Write data to the stream.
160160
*
161-
* @param string $string the string that is to be written
161+
* @param string $string The string that is to be written
162162
*
163163
* @throws \RuntimeException on failure
164164
*
165-
* @return int returns the number of bytes written to the stream
165+
* @return int Returns the number of bytes written to the stream
166166
*/
167167
public function write($string)
168168
{
@@ -223,7 +223,7 @@ public function getContents()
223223
*
224224
* @see http://php.net/manual/en/function.stream-get-meta-data.php
225225
*
226-
* @param string $key specific metadata to retrieve
226+
* @param string $key The specific metadata to retrieve
227227
*
228228
* @return array|mixed|null Returns an associative array if no key is
229229
* provided. Returns a specific key value if a key is provided and the

0 commit comments

Comments
 (0)