diff --git a/src/Response.php b/src/Response.php index 926fd58..74e4efd 100644 --- a/src/Response.php +++ b/src/Response.php @@ -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'