Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Sep 4, 2021
1 parent 79b1c71 commit 6d866e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Stream/CallbackStream.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6d866e8

Please sign in to comment.