Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/FedEx/ShipService/ComplexType/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down