Skip to content

Commit

Permalink
Update HttpException.php
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Jan 26, 2024
1 parent 1a4074c commit 8005981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kernel/Exceptions/HttpException.php
Expand Up @@ -36,7 +36,7 @@ class HttpException extends Exception
* @param string $message
* @param \Psr\Http\Message\ResponseInterface|null $response
* @param null $formattedResponse
* @param int|null $code
* @param int $code
*/
public function __construct($message, ResponseInterface $response = null, $formattedResponse = null, $code = 0)
{
Expand Down

0 comments on commit 8005981

Please sign in to comment.