Skip to content

Commit

Permalink
Fix implicit type def in Response constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
devvoh authored Feb 1, 2025
1 parent dceda5c commit f902d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Response

public function __construct(
int $statusCode = 200,
string $body = null,
?string $body = null,
string $contentType = 'text/html',
array $headers = [],
string $protocol = 'HTTP/1.1'
Expand Down

0 comments on commit f902d99

Please sign in to comment.