Skip to content

Commit 1e6a299

Browse files
committed
Fix #12256 #13263 - static test fix
1 parent a4f6b3c commit 1e6a299

File tree

1 file changed

+4
-0
lines changed
  • lib/internal/Magento/Framework/Setup

1 file changed

+4
-0
lines changed

lib/internal/Magento/Framework/Setup/Lists.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
namespace Magento\Framework\Setup;
89

@@ -12,6 +13,9 @@
1213
use Magento\Framework\Locale\ConfigInterface;
1314
use Magento\Framework\Locale\Resolver;
1415

16+
/**
17+
* Retrieves lists of allowed locales and currencies
18+
*/
1519
class Lists
1620
{
1721
/**

0 commit comments

Comments
 (0)