Skip to content

Commit 8dab512

Browse files
#24179: Static tests fix.
1 parent 23afffb commit 8dab512

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/internal/Magento/Framework/Locale/TranslatedLists.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
use Magento\Framework\Locale\Bundle\LanguageBundle;
1212
use Magento\Framework\Locale\Bundle\RegionBundle;
1313

14+
/**
15+
* Translated lists.
16+
*/
1417
class TranslatedLists implements ListsInterface
1518
{
1619
/**
@@ -176,6 +179,8 @@ public function getOptionAllCurrencies()
176179
}
177180

178181
/**
182+
* Sort option array.
183+
*
179184
* @param array $option
180185
* @return array
181186
*/

0 commit comments

Comments
 (0)