Skip to content

Commit 193648d

Browse files
committed
Merge branch 'v2' of https://github.com/leafsphp/http into v2
2 parents c986250 + 080238a commit 193648d

File tree

3 files changed

+515
-500
lines changed

3 files changed

+515
-500
lines changed

src/Headers.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ public static function status(int $httpCode = null)
3030

3131
/**
3232
* Force an HTTP code for response using PHP's `http_response_code`
33+
*
34+
* @param int $httpCode The response code to set
3335
*/
3436
public static function resetStatus($httpCode = 200)
3537
{

0 commit comments

Comments
 (0)