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

Commit 7057b90

Browse files
committed
Updates version hints
1 parent 126d4db commit 7057b90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/book/v1/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Like the `Request` and `ServerRequest`, responses are immutable. Any methods tha
7575

7676
### HtmlResponse and JsonResponse
7777

78-
- Added in 1.1.0
78+
> Available since version 1.1.0
7979
8080
The most common use case in server-side applications for generating responses is to provide a string
8181
to use for the response, typically HTML or data to serialize as JSON. `Zend\Diactoros\Response\HtmlResponse` and `Zend\Diactoros\Response\JsonResponse` exist to facilitate these use cases:
@@ -130,7 +130,7 @@ $request = RequestFactory::fromGlobals(
130130

131131
### ServerRequestFactory Helper Functions
132132

133-
- Since 1.8.0
133+
> Available since version 1.8.0
134134
135135
In order to create the various artifacts required by a `ServerRequest` instance,
136136
Diactoros also provides a number of functions under the `Zend\Diactoros`

docs/book/v1/custom-responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Headers must be in the same format as you would provide to the
6060

6161
## XML Responses
6262

63-
- Since 1.7.0
63+
> Available since version 1.7.0
6464
6565
`Zend\Diactoros\Response\XmlResponse` allows specifying XML as a payload, and sets the
6666
`Content-Type` header to `application/xml` by default:

0 commit comments

Comments
 (0)