Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sirn-se committed Jun 15, 2024
1 parent 13d0525 commit d114efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### `3.0.0`

* Support `psr/log v3` (@sirn-se)
* Client `receive()` nevere return `null` (@sirn-se)
* Client `receive()` never return `null` (@sirn-se)
* Typed class properties (@sirn-se)

## `v2.2`
Expand Down
2 changes: 1 addition & 1 deletion docs/Migrate_2_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MiddlewareHandler->setLogger(LoggerInterface $logger): void
These methods now return `void` instead of `self.`
This means method return can not be chained.

The change make v3 complient with `psr/log v3`.
The change makes v3 complient with `psr/log v3`.

## receive

Expand Down

0 comments on commit d114efb

Please sign in to comment.