We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c58fc commit be71e3bCopy full SHA for be71e3b
setup/src/Magento/Setup/Module/Di/App/Task/Operation/Area.php
@@ -10,6 +10,9 @@
10
use Magento\Setup\Module\Di\Compiler\Config;
11
use Magento\Setup\Module\Di\Definition\Collection as DefinitionsCollection;
12
13
+/**
14
+ * Area configuration aggregation
15
+ */
16
class Area implements OperationInterface
17
{
18
/**
@@ -67,7 +70,7 @@ public function __construct(
67
70
}
68
71
69
72
- * {@inheritdoc}
73
+ * @inheritdoc
74
*/
75
public function doOperation()
76
0 commit comments