Skip to content

Commit

Permalink
ENGCOM-3243: Write intercepted mapping to generated/metadata during c…
Browse files Browse the repository at this point in the history
…ompilation #18648

- Fixed docblock
  • Loading branch information
slavvka authored Nov 8, 2018
1 parent 40c58fc commit be71e3b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
use Magento\Setup\Module\Di\Compiler\Config;
use Magento\Setup\Module\Di\Definition\Collection as DefinitionsCollection;

/**
* Area configuration aggregation
*/
class Area implements OperationInterface
{
/**
Expand Down Expand Up @@ -67,7 +70,7 @@ public function __construct(
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function doOperation()
{
Expand Down

0 comments on commit be71e3b

Please sign in to comment.