File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
## [ 1.13.0] - tomorrow
10
10
11
11
- Added ` Formatter::formatResponseForRequest() `
12
+ - Deprecated ` Formatter::formatResponse() `
12
13
13
14
## [ 1.12.0] - 2021-08-29
14
15
Original file line number Diff line number Diff line change 9
9
* Formats a request and/or a response as a string.
10
10
*
11
11
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
12
- *
12
+ *
13
13
* @method string formatResponseForRequest(ResponseInterface $response, RequestInterface $request) Formats a response in context of its request.
14
14
*/
15
15
interface Formatter
@@ -22,6 +22,8 @@ interface Formatter
22
22
public function formatRequest (RequestInterface $ request );
23
23
24
24
/**
25
+ * @deprecated since 1.13, use formatResponseForRequest() instead
26
+ *
25
27
* Formats a response.
26
28
*
27
29
* @return string
You can’t perform that action at this time.
0 commit comments