Skip to content

Commit

Permalink
Fix be consistant with existing naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
8ctopus committed May 16, 2023
1 parent 0a9b21a commit d5e33c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logger/Stream.php
Expand Up @@ -83,7 +83,7 @@ public function close() : void
*
* @return resource
*/
public function stream()
public function getStream()
{
return $this->stream;
}
Expand Down

0 comments on commit d5e33c0

Please sign in to comment.