Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Improve SapiEmitter phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Feb 26, 2021
1 parent 7c378fa commit ffe39b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SapiEmitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use function strtolower;

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

0 comments on commit ffe39b2

Please sign in to comment.