Skip to content

Commit

Permalink
Remove ServerRequestFactory + Mark SapiEmitter as internal (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored Jul 12, 2024
1 parent 1129acd commit 736507e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 757 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## 3.0.0 under development

- Chg #76: Allow to use any PSR logger, `NullLogger` by default (@vjik)
- 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
291 changes: 0 additions & 291 deletions src/ServerRequestFactory.php

This file was deleted.

Loading

0 comments on commit 736507e

Please sign in to comment.