Skip to content

Commit

Permalink
Merge pull request codeigniter4#8141 from kenjis/docs-ResponseInterfa…
Browse files Browse the repository at this point in the history
…ce-getStatusCode

docs: remove unneeded @deprecated in ResponseInterface::getStatusCode()
  • Loading branch information
kenjis committed Nov 5, 2023
2 parents c27cadc + 552ea68 commit a60c5b0
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 a60c5b0

Please sign in to comment.