Skip to content

Commit 552ea68

Browse files
committed
docs: remove unneeded @depreacted in ResponseInterface::getStatusCode()
See https://github.com/php-fig/http-message/blob/master/src/ResponseInterface.php#L30
1 parent 3266127 commit 552ea68

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)