This example (in a French format) returns an exception: 470 6e Av:
InvalidArgumentException: Address '470 6e Av' could not be splitted into street name and house number
The same example, with an added comma after the house number also doesn't work correctly:
["additionToAddress1"]=> string(3) "470"
["streetName"]=> string(2) "Av"
["houseNumber"]=> string(2) "6e"
Most of the time, users will not include a comma after the civic number
This example (in a French format) returns an exception: 470 6e Av:
InvalidArgumentException: Address '470 6e Av' could not be splitted into street name and house numberThe same example, with an added comma after the house number also doesn't work correctly:
Most of the time, users will not include a comma after the civic number