File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ public function getBody()
6161 *
6262 * @deprecated Use Message::headers() to make room for PSR-7
6363 *
64+ * @TODO Incompatible return value with PSR-7
65+ *
6466 * @codeCoverageIgnore
6567 */
6668 public function getHeaders (): array
@@ -76,6 +78,8 @@ public function getHeaders(): array
7678 *
7779 * @deprecated Use Message::header() to make room for PSR-7
7880 *
81+ * @TODO Incompatible return value with PSR-7
82+ *
7983 * @codeCoverageIgnore
8084 */
8185 public function getHeader (string $ name )
Original file line number Diff line number Diff line change 1515
1616/**
1717 * Representation of an outgoing, client-side request.
18+ *
19+ * Corresponds to Psr7\RequestInterface.
1820 */
1921interface OutgoingRequestInterface extends MessageInterface
2022{
Original file line number Diff line number Diff line change 1313
1414/**
1515 * Representation of an incoming, server-side HTTP request.
16+ *
17+ * Corresponds to Psr7\ServerRequestInterface.
1618 */
1719interface RequestInterface extends OutgoingRequestInterface
1820{
You can’t perform that action at this time.
0 commit comments