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

Commit 133161c

Browse files
committed
Merge branch 'hotfix/36'
Close #36
2 parents 7a000c0 + 2ff7f0e commit 133161c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/RequestTrait.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
* the environment. As such, this trait exists to provide the common code
2323
* between both client-side and server-side requests, and each can then
2424
* use the headers functionality required by their implementations.
25+
*
26+
* @property array $headers
27+
* @property array $headerNames
28+
* @property StreamInterface $stream
2529
*/
2630
trait RequestTrait
2731
{

0 commit comments

Comments
 (0)