File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Console/Command/App/ConfigImport Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public function __construct(
80
80
*
81
81
* @param OutputInterface $output the CLI output
82
82
* @return void
83
- * @throws LocalizedException
83
+ * @throws LocalizedException is thrown when import has failed
84
84
*/
85
85
public function import (OutputInterface $ output )
86
86
{
Original file line number Diff line number Diff line change @@ -70,7 +70,10 @@ public function __construct(
70
70
/**
71
71
* Updates hash in the storage.
72
72
*
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
74
77
* @return void
75
78
* @throws LocalizedException is thrown when hash is not saved in a storage
76
79
*/
You can’t perform that action at this time.
0 commit comments