Skip to content

Commit

Permalink
align parameter phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu authored Sep 4, 2024
1 parent 8157514 commit 8352978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MultipartStreamBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ public function addData($resource, array $headers = [])
/**
* Add a resource to the Multipart Stream.
*
* @param string $name the formpost name
* @param string|resource|StreamInterface $resource
* @param string $name the formpost name
* @param string|resource|StreamInterface $resource
* @param array{headers?: array<string, string>, filename?: string} $options
*
* Options:
Expand Down

0 comments on commit 8352978

Please sign in to comment.