From 6368d96e6d3bddcdae349dfc40818cab935c933b Mon Sep 17 00:00:00 2001 From: Zelin Ning Date: Thu, 26 May 2022 11:01:33 +0800 Subject: [PATCH] Update Address.php Add array type, better support in the IDE --- src/FedEx/ShipService/ComplexType/Address.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FedEx/ShipService/ComplexType/Address.php b/src/FedEx/ShipService/ComplexType/Address.php index 5b007f2e..33521ef0 100644 --- a/src/FedEx/ShipService/ComplexType/Address.php +++ b/src/FedEx/ShipService/ComplexType/Address.php @@ -33,7 +33,7 @@ class Address extends AbstractComplexType /** * Combination of number, street name, etc. At least one line is required for a valid physical address; empty lines should not be included. * - * @param string $streetLines + * @param string[] $streetLines * @return $this */ public function setStreetLines($streetLines)