We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9621e65 + a7266d8 commit 9dd5300Copy full SHA for 9dd5300
src/MultipartStreamBuilder.php
@@ -19,7 +19,7 @@
19
class MultipartStreamBuilder
20
{
21
/**
22
- * @var StreamFactory|StreamFactoryInterface
+ * @var HttplugStreamFactory|StreamFactoryInterface
23
*/
24
private $streamFactory;
25
@@ -39,7 +39,7 @@ class MultipartStreamBuilder
39
private $data = [];
40
41
42
- * @param StreamFactory|StreamFactoryInterface|null $streamFactory
+ * @param HttplugStreamFactory|StreamFactoryInterface|null $streamFactory
43
44
public function __construct($streamFactory = null)
45
0 commit comments