From 83529784013addea4cb85b52dcc9c7a7297a58fc Mon Sep 17 00:00:00 2001
From: David Buchmann <david@liip.ch>
Date: Wed, 4 Sep 2024 15:15:28 +0200
Subject: [PATCH] align parameter phpdoc

---
 src/MultipartStreamBuilder.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/MultipartStreamBuilder.php b/src/MultipartStreamBuilder.php
index 8b2f22b..2576c9b 100644
--- a/src/MultipartStreamBuilder.php
+++ b/src/MultipartStreamBuilder.php
@@ -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: