Skip to content

Commit

Permalink
Fix return type in phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Feb 28, 2024
1 parent 5f059eb commit 4823c69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ public function getEvent(): TcpEvent

/**
* Returns the received data from the connection.
*
* @return non-empty-string
*/
public function getBody(): string
{
Expand Down
2 changes: 0 additions & 2 deletions src/RequestInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ public function getEvent(): TcpEvent;

/**
* Returns the received data from the connection.
*
* @return non-empty-string
*/
public function getBody(): string;

Expand Down

0 comments on commit 4823c69

Please sign in to comment.