We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FormDataPart
1 parent 1de1cf1 commit ea87c88Copy full SHA for ea87c88
Part/Multipart/FormDataPart.php
@@ -26,7 +26,7 @@ final class FormDataPart extends AbstractMultipartPart
26
private array $fields = [];
27
28
/**
29
- * @param array<string|array|DataPart> $fields
+ * @param array<string|array|TextPart> $fields
30
*/
31
public function __construct(array $fields = [])
32
{
0 commit comments