Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 841856b

Browse files
committed
Slight re-wording of notice in emitStatusLine docblock
1 parent 47df308 commit 841856b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Response/SapiEmitterTrait.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ private function assertNoPreviousOutput()
3838
* Emits the status line using the protocol version and status code from
3939
* the response; if a reason phrase is available, it, too, is emitted.
4040
*
41-
* It's important to mention that, in order to prevent PHP from changing
42-
* the status code of the emitted response, this method should be called
43-
* after `emitHeaders()`
41+
* It is important to mention that this method should be called after
42+
* `emitHeaders()` in order to prevent PHP from changing the status code of
43+
* the emitted response.
4444
*
4545
* @param ResponseInterface $response
4646
*

0 commit comments

Comments
 (0)