Skip to content

Commit 0997d2f

Browse files
committed
MAGETWO-64704 [GitHub] [PR] Add bin/magento commands to list store/website data #7982
- fix static test with copyright information
1 parent a9c75eb commit 0997d2f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

app/code/Magento/Store/Console/Command/StoreListCommand.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
/**
3+
*
4+
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
27
namespace Magento\Store\Console\Command;
38

49
use Symfony\Component\Console\Input\InputInterface;

app/code/Magento/Store/Console/Command/WebsiteListCommand.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
/**
3+
*
4+
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
27
namespace Magento\Store\Console\Command;
38

49
use Symfony\Component\Console\Input\InputInterface;

0 commit comments

Comments
 (0)