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 @@ -114,7 +114,7 @@ public static function create($address): self
114
114
}
115
115
116
116
/**
117
- * @param ( Address|string)[] $addresses
117
+ * @param array< Address|string> $addresses
118
118
*
119
119
* @return Address[]
120
120
*/
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public function getMaxLineLength(): int
75
75
}
76
76
77
77
/**
78
- * @param ( Address|string)[] $addresses
78
+ * @param array< Address|string> $addresses
79
79
*
80
80
* @return $this
81
81
*/
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