- Issue created by @primsi
- Status changed to Needs review
about 1 year ago 3:15pm 26 September 2023 - last update
about 1 year ago 11 pass - last update
about 1 year ago 11 pass - 🇸🇮Slovenia primsi
Added option to capture house address in 10/8 form to the first regex and updated the second one.
- last update
about 1 year ago 11 pass - 🇸🇮Slovenia primsi
If the first regex matches, then the ouput street is used, which then produces unwanted results
- last update
about 1 year ago 11 pass - last update
about 1 year ago 11 pass - last update
about 1 year ago Patch Failed to Apply - Status changed to Needs work
about 1 year ago 12:46pm 10 October 2023 - 🇨🇭Switzerland berdir Switzerland
+++ b/src/AddressVerification.php @@ -79,28 +79,13 @@ class AddressVerification { + $matched = static::verifyAddress($street); @@ -181,4 +166,37 @@ class AddressVerification { + public static function extractStreetParts(string $street_line) {
method name doesn't match?
- Status changed to Needs review
about 1 year ago 1:40pm 10 October 2023 - last update
about 1 year ago 14 pass - Status changed to Fixed
about 1 year ago 7:02am 16 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.