Skip to content

Commit

Permalink
Add comments for StoreCreateCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
0m3r committed Aug 6, 2020
1 parent be1a069 commit 98ece94
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Console/Command/StoreCreateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
use Symfony\Component\Console\Style\SymfonyStyle;

/**
* Class StoreListCommand
* Class StoreCreateCommand
*
* Command for listing the configured stores
* Command for store view creating
*/
class StoreCreateCommand extends Command
{
Expand Down Expand Up @@ -45,6 +45,12 @@ class StoreCreateCommand extends Command
private $filterManager;

/**
* StoreCreateCommand constructor.
* @param \Magento\Store\Model\WebsiteFactory $websiteFactory
* @param \Magento\Store\Model\GroupFactory $groupFactory
* @param \Magento\Store\Model\StoreFactory $storeFactory
* @param \Magento\Framework\Filter\FilterManager $filterManager
* @param null $name
*/
public function __construct(
\Magento\Store\Model\WebsiteFactory $websiteFactory,
Expand Down

0 comments on commit 98ece94

Please sign in to comment.