Skip to content

Commit 5f022a9

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 a344a3d commit 5f022a9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/code/Magento/Deploy/Console/Command/App/ConfigImport/Importer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function __construct(
8080
*
8181
* @param OutputInterface $output the CLI output
8282
* @return void
83-
* @throws LocalizedException
83+
* @throws LocalizedException is thrown when import has failed
8484
*/
8585
public function import(OutputInterface $output)
8686
{

app/code/Magento/Deploy/Model/DeploymentConfig/Hash.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ public function __construct(
7070
/**
7171
* Updates hash in the storage.
7272
*
73-
* @param string $sectionName
73+
* If the specific section name is set, then hash will be updated only for this section,
74+
* in another case hash will be updated for all sections which defined in di.xml
75+
*
76+
* @param string $sectionName the specific section name
7477
* @return void
7578
* @throws LocalizedException is thrown when hash is not saved in a storage
7679
*/

0 commit comments

Comments
 (0)