Skip to content

Commit

Permalink
📝 updated phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed May 29, 2022
1 parent d1de313 commit b5a9009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ public function status($code = null)
*
* @param string|array $name Header name
* @param string|null $value Header value
* @param boolean $replace Replace existing header
* @param int $httpCode The HTTP status code
*/
public function withHeader($name, ?string $value = '', $replace = true, int $httpCode = 200)
{
Expand Down

0 comments on commit b5a9009

Please sign in to comment.