Skip to content

Commit 84311ef

Browse files
committed
Merge branch 'no-author/reports-sales' into comm_prd_may_abhi_v1
2 parents 8fa9966 + 5932594 commit 84311ef

File tree

36 files changed

+91
-156
lines changed

36 files changed

+91
-156
lines changed

app/code/Magento/Reports/Model/ResourceModel/Customer/Totals/Collection/Initial.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
55
*/
66

77
/**
88
* Customers New Accounts Report collection
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Reports\Model\ResourceModel\Customer\Totals\Collection;
1311

app/code/Magento/Reports/Model/ResourceModel/Event/Collection.php

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
55
*/
66

77
/**
88
* Report event collection
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Reports\Model\ResourceModel\Event;
1311

@@ -18,8 +16,6 @@
1816
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
1917
{
2018
/**
21-
* Store Ids
22-
*
2319
* @var array
2420
*/
2521
protected $_storeIds;
@@ -36,8 +32,8 @@ protected function _construct()
3632

3733
/**
3834
* Add store ids filter
39-
* @codeCoverageIgnore
4035
*
36+
* @codeCoverageIgnore
4137
* @param array $storeIds
4238
* @return $this
4339
*/

app/code/Magento/Reports/Model/ResourceModel/Event/Type.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
55
*/
66

77
/**
88
* Report event type resource model
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Reports\Model\ResourceModel\Event;
1311

app/code/Magento/Reports/Model/ResourceModel/Event/Type/Collection.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
55
*/
66

77
/**
88
* Report event types collection
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Reports\Model\ResourceModel\Event\Type;
1311

app/code/Magento/Reports/Model/ResourceModel/Helper.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
55
*/
66

77
/**
88
* Reports Mysql resource helper model
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Reports\Model\ResourceModel;
1311

app/code/Magento/Reports/Model/ResourceModel/Product/Downloads/Collection.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
55
*/
66

77
namespace Magento\Reports\Model\ResourceModel\Product\Downloads;
88

99
/**
1010
* Product Downloads Report collection
1111
*
12-
* @author Magento Core Team <core@magentocommerce.com>
13-
*
1412
* @api
1513
* @since 100.0.2
1614
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)

app/code/Magento/Reports/Model/ResourceModel/Product/Index/Collection/AbstractCollection.php

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2013 Adobe
4+
* All Rights Reserved.
55
*/
66

7-
/**
8-
* @author Magento Core Team <core@magentocommerce.com>
9-
*/
107
namespace Magento\Reports\Model\ResourceModel\Product\Index\Collection;
118

129
/**
@@ -21,8 +18,6 @@
2118
abstract class AbstractCollection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
2219
{
2320
/**
24-
* Customer id
25-
*
2621
* @var null|int
2722
*/
2823
protected $_customerId = null;

app/code/Magento/Reports/Model/ResourceModel/Product/Index/Compared.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
55
*/
66

77
/**
88
* Reports Compared Product Index Resource Model
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Reports\Model\ResourceModel\Product\Index;
1311

app/code/Magento/Reports/Model/ResourceModel/Product/Index/Compared/Collection.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
55
*/
66

77
/**
88
* Reports Compared Product Index Resource Collection
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Reports\Model\ResourceModel\Product\Index\Compared;
1311

app/code/Magento/Reports/Model/ResourceModel/Product/Index/Viewed.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
55
*/
66

77
/**
88
* Reports Viewed Product Index Resource Model
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Reports\Model\ResourceModel\Product\Index;
1311

0 commit comments

Comments
 (0)