Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4:
  [Console] Fix division by 0 error
  [ErrorHandler] Fix error message with PHP 8.5
  Add an experimental CI job for PHP 8.5
  [HttpClient] Always set CURLOPT_CUSTOMREQUEST to the correct HTTP method in CurlHttpClient
  evaluate access flags for properties with asymmetric visibility
  [Mime] Fix wrong PHPDoc in `FormDataPart` constructor
  • Loading branch information
xabbuh committed Dec 7, 2024
2 parents caa1e52 + ea87c88 commit a426974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Part/Multipart/FormDataPart.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
final class FormDataPart extends AbstractMultipartPart
{
/**
* @param array<string|array|DataPart> $fields
* @param array<string|array|TextPart> $fields
*/
public function __construct(
private array $fields = [],
Expand Down

0 comments on commit a426974

Please sign in to comment.