Skip to content

Commit d21209f

Browse files
authored
Update MultipartStreamBuilder.php
1 parent f0444ae commit d21209f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/MultipartStreamBuilder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function addData($resource, array $headers = [])
9494
* @param string $name the formpost name
9595
* @param string|resource|StreamInterface $resource
9696
* @param array{'headers?': array<string, string>, 'filename?': string} $options
97-
97+
*
9898
* Options:
9999
* - headers: additional headers as hashmap ['header-name' => 'header-value']
100100
* - filename: used to determine the mime type

0 commit comments

Comments
 (0)