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

Commit 76e2444

Browse files
committed
Fix: Add property annotations to class-level docblock
1 parent 5f5280d commit 76e2444

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
@@ -23,6 +23,10 @@
2323
* the enviornment. As such, this trait exists to provide the common code
2424
* between both client-side and server-side requests, and each can then
2525
* use the headers functionality required by their implementations.
26+
*
27+
* @property array $headers
28+
* @property array $headerNames
29+
* @property StreamInterface $stream
2630
*/
2731
trait RequestTrait
2832
{

0 commit comments

Comments
 (0)