Skip to content

Commit 3f2726a

Browse files
committed
:octocat:
1 parent 904f7b8 commit 3f2726a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/StreamClient.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@
1616

1717
class StreamClient extends HTTPClientAbstract{
1818

19-
/** @inheritdoc */
19+
/**
20+
* StreamClient constructor.
21+
*
22+
* @param \chillerlan\Traits\ContainerInterface $options
23+
*
24+
* @throws \chillerlan\HTTP\HTTPClientException
25+
*/
2026
public function __construct(ContainerInterface $options){
2127
parent::__construct($options);
2228

0 commit comments

Comments
 (0)