Skip to content

Commit 8352978

Browse files
authored
align parameter phpdoc
1 parent 8157514 commit 8352978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MultipartStreamBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ public function addData($resource, array $headers = [])
9191
/**
9292
* Add a resource to the Multipart Stream.
9393
*
94-
* @param string $name the formpost name
95-
* @param string|resource|StreamInterface $resource
94+
* @param string $name the formpost name
95+
* @param string|resource|StreamInterface $resource
9696
* @param array{headers?: array<string, string>, filename?: string} $options
9797
*
9898
* Options:

0 commit comments

Comments
 (0)