Skip to content

Commit

Permalink
Mark SapiEmitter as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Jul 12, 2024
1 parent ecff206 commit 2e6bc20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Chg #76: Allow to use any PSR logger, `NullLogger` by default (@vjik)
- Chg #77: Remove `ServerRequestFactory` (@vjik)
- Chg #77: Mark `SapiEmitter` as internal (@vjik)

## 2.3.0 March 10, 2024

Expand Down
2 changes: 2 additions & 0 deletions src/SapiEmitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* `SapiEmitter` sends a response using standard PHP Server API i.e. with {@see header()} and "echo".
*
* @internal
*/
final class SapiEmitter
{
Expand Down

0 comments on commit 2e6bc20

Please sign in to comment.