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 934c532 commit 6f0cf02Copy full SHA for 6f0cf02
src/Headers.php
@@ -30,6 +30,8 @@ public static function status(int $httpCode = null)
30
31
/**
32
* Force an HTTP code for response using PHP's `http_response_code`
33
+ *
34
+ * @param int $httpCode The response code to set
35
*/
36
public static function resetStatus($httpCode = 200)
37
{
0 commit comments