Skip to content

Commit a60c5b0

Browse files
authored
Merge pull request #8141 from kenjis/docs-ResponseInterface-getStatusCode
docs: remove unneeded @deprecated in ResponseInterface::getStatusCode()
2 parents c27cadc + 552ea68 commit a60c5b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

system/HTTP/ResponseInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ interface ResponseInterface extends MessageInterface
110110
* to understand and satisfy the request.
111111
*
112112
* @return int Status code.
113-
*
114-
* @deprecated To be replaced by the PSR-7 version (compatible)
115113
*/
116114
public function getStatusCode(): int;
117115

0 commit comments

Comments
 (0)