Skip to content

Commit

Permalink
docs: remove unneeded @depreacted in ResponseInterface::getStatusCode()
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 3, 2023
1 parent 3266127 commit 552ea68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/HTTP/ResponseInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ interface ResponseInterface extends MessageInterface
* to understand and satisfy the request.
*
* @return int Status code.
*
* @deprecated To be replaced by the PSR-7 version (compatible)
*/
public function getStatusCode(): int;

Expand Down

0 comments on commit 552ea68

Please sign in to comment.