We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d37f7 commit 0a1bb08Copy full SHA for 0a1bb08
1 file changed
src/Http/IResponse.php
@@ -88,7 +88,7 @@ interface IResponse
88
* Sets HTTP response code.
89
* @return static
90
*/
91
- function setCode(int $code);
+ function setCode(int $code, string $reason = null);
92
93
/**
94
* Returns HTTP response code.
0 commit comments