Skip to content

Commit be71e3b

Browse files
authored
ENGCOM-3243: Write intercepted mapping to generated/metadata during compilation #18648
- Fixed docblock
1 parent 40c58fc commit be71e3b

File tree

1 file changed

+4
-1
lines changed
  • setup/src/Magento/Setup/Module/Di/App/Task/Operation

1 file changed

+4
-1
lines changed

setup/src/Magento/Setup/Module/Di/App/Task/Operation/Area.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Magento\Setup\Module\Di\Compiler\Config;
1111
use Magento\Setup\Module\Di\Definition\Collection as DefinitionsCollection;
1212

13+
/**
14+
* Area configuration aggregation
15+
*/
1316
class Area implements OperationInterface
1417
{
1518
/**
@@ -67,7 +70,7 @@ public function __construct(
6770
}
6871

6972
/**
70-
* {@inheritdoc}
73+
* @inheritdoc
7174
*/
7275
public function doOperation()
7376
{

0 commit comments

Comments
 (0)