File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ public static function create($address): self
106
106
}
107
107
108
108
/**
109
- * @param ( Address|string)[] $addresses
109
+ * @param array< Address|string> $addresses
110
110
*
111
111
* @return Address[]
112
112
*/
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public function getMaxLineLength(): int
59
59
}
60
60
61
61
/**
62
- * @param ( Address|string)[] $addresses
62
+ * @param array< Address|string> $addresses
63
63
*
64
64
* @return $this
65
65
*/
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ final class FormDataPart extends AbstractMultipartPart
26
26
private $ fields = [];
27
27
28
28
/**
29
- * @param ( string|array|DataPart)[] $fields
29
+ * @param array< string|array|DataPart> $fields
30
30
*/
31
31
public function __construct (array $ fields = [])
32
32
{
You can’t perform that action at this time.
0 commit comments