Skip to content

Commit ea87c88

Browse files
authored
[Mime] Fix wrong PHPDoc in FormDataPart constructor
1 parent 1de1cf1 commit ea87c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part/Multipart/FormDataPart.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class FormDataPart extends AbstractMultipartPart
2626
private array $fields = [];
2727

2828
/**
29-
* @param array<string|array|DataPart> $fields
29+
* @param array<string|array|TextPart> $fields
3030
*/
3131
public function __construct(array $fields = [])
3232
{

0 commit comments

Comments
 (0)