From a559f9bfb797888332108ace812e68bbc312ad6b Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sat, 10 Oct 2020 12:00:33 +0200 Subject: [PATCH] Fix alphabetic order of currencies list --- src/MDCurrenciesSet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MDCurrenciesSet.php b/src/MDCurrenciesSet.php index f6f2b82..6949e1b 100644 --- a/src/MDCurrenciesSet.php +++ b/src/MDCurrenciesSet.php @@ -13,6 +13,8 @@ final class MDCurrenciesSet extends MDValueSet { const CURRENCIES = [ '', + "ddr-Mark", + "ddr-MDN", "de-DM", "de-RM", "es-Real", @@ -23,8 +25,6 @@ final class MDCurrenciesSet extends MDValueSet { 'hu-Pengő', "pl-Złoty", "us-USD", - "ddr-Mark", - "ddr-MDN", ]; /**