Skip to content

Commit

Permalink
Merge branch '10.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Dec 3, 2023
2 parents 14e0a90 + fb97916 commit 8fe79cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 10.0.4 <small>(2023-12-03)</small>

#### Bugfixes

* Fixed an issue where an uninitialized response body causes problems.

--------------------------------------------------------

### 10.0.3 <small>(2023-11-27)</small>

#### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion src/mako/http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Response
/**
* Response body.
*/
protected mixed $body;
protected mixed $body = null;

/**
* Response content type.
Expand Down

0 comments on commit 8fe79cd

Please sign in to comment.