- Issue created by @brooke_heaton
- Status changed to Needs review
7 months ago 5:52am 18 September 2024 - 🇮🇳India sarwan_verma
Hi,
I have resolved the deprecated issue and created a patch, which I have also attached.
Kindly review it.
Thank you!
- 🇮🇹Italy kopeboy Milan
I don't know why but applying the patch with composer failed:
Cannot apply patch https://drupal.org/i/3474987 ( https://www.drupal.org/files/issues/2024-09-18/address_formatter_depreca... → )!
Applying it manually removed the error instead, so... RTBC
Btw, I noticed many warnings in my IDE.. for example at line 81 (right after what we are changing with this patch) I see:
...so probably we could do a better job in a future version. - Status changed to RTBC
about 2 months ago 1:58pm 13 March 2025 - 🇧🇪Belgium rgeerolf Belgium 🇧🇪🇪🇺
@kopeboy Patch is created from dev an does not apply to alpha1 so you should use dev untill this is committed.
Patch is working for me, thanks!
Closing as this appears to be a duplicate of 🐛 Deprecated: Using ${var} in strings is deprecated, use {$var} Fixed