Skip to content

Commit ddee839

Browse files
committed
MAGETWO-70052: Fix not detecting current store using store code in url #9429
- Code style updated
1 parent 9a8b565 commit ddee839

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/Block/Checkout/DirectoryDataProcessor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class DirectoryDataProcessor implements \Magento\Checkout\Block\Checkout\LayoutP
5353
* @param @deprecated $storeResolver
5454
* @param DirectoryHelper $directoryHelper
5555
* @param StoreManagerInterface $storeManager
56+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
5657
*/
5758
public function __construct(
5859
\Magento\Directory\Model\ResourceModel\Country\CollectionFactory $countryCollection,

0 commit comments

Comments
 (0)