Skip to content

Commit c63d989

Browse files
authored
styleci
1 parent 17794b4 commit c63d989

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/MultipartStreamBuilder.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ public function addData($resource, array $headers = [])
9595
* @param string|resource|StreamInterface $resource
9696
* @param array $options {
9797
*
98-
* @var array $headers additional headers ['header-name' => 'header-value']
99-
* @var string $filename
100-
* }
98+
* @var array $headers additional headers ['header-name' => 'header-value']
99+
* @var string $filename
100+
* }
101101
*
102102
* @return MultipartStreamBuilder
103103
*/

0 commit comments

Comments
 (0)