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

Commit c328b67

Browse files
committed
Merge pull request #108 in master
2 parents 3f626b6 + 809ad34 commit c328b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ All notable changes to this project will be documented in this file, in reverse
3232
response type, `Zend\Diactoros\Response\TextResponse`, for returning plain
3333
text responses. By default, it sets the content type to `text/plain;
3434
charset=utf-8`; per the other response types, the signature is `new
35-
TextResponse($text, $status = 200, array $headers = []`.
35+
TextResponse($text, $status = 200, array $headers = [])`.
3636
- [#90](https://github.com/zendframework/zend-diactoros/pull/90) adds a new
3737
`Zend\Diactoros\CallbackStream`, allowing you to back a stream with a PHP
3838
callable (such as a generator) to generate the message content. Its

0 commit comments

Comments
 (0)