Skip to content

Commit cbdf352

Browse files
author
Bohdan Korablov
committed
MAGETWO-65208: Store checksum for every section of configuration file & change behavior on read-only FS & add sorting of importers
1 parent bd2d552 commit cbdf352

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Deploy/Console/Command/App/ConfigImportCommand/IntegrationTestImporter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class IntegrationTestImporter implements ImporterInterface
1212
/**
1313
* @param array $data
1414
* @return array
15+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
1516
*/
1617
public function import(array $data)
1718
{

dev/tests/integration/testsuite/Magento/Deploy/Console/Command/App/ConfigImportCommand/IntegrationTestSecondImporter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class IntegrationTestSecondImporter implements ImporterInterface
1212
/**
1313
* @param array $data
1414
* @return array
15+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
1516
*/
1617
public function import(array $data)
1718
{

0 commit comments

Comments
 (0)