Skip to content

Commit 6cd243d

Browse files
authored
Fix docblock
1 parent d97af67 commit 6cd243d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup/src/Magento/Setup/Model/ConfigGenerator.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
/**
2020
* Creates deployment config data based on user input array
21-
* this class introduced to break down Magento\Setup\Model\ConfigOptionsList::createConfig
21+
*
22+
* This class introduced to break down {@see Magento\Setup\Model\ConfigOptionsList::createConfig}
2223
*/
2324
class ConfigGenerator
2425
{
@@ -92,6 +93,7 @@ public function __construct(
9293

9394
/**
9495
* Creates encryption key config data
96+
*
9597
* @param array $data
9698
* @return ConfigData
9799
*/

0 commit comments

Comments
 (0)