Skip to content

Commit b7a8b32

Browse files
author
Valeriy Nayda
committed
MAGETWO-64889: [Performance] Optimize "Is Salable" check on Category page for Configurable Product
-- fix copyrights after merge
1 parent 7da1831 commit b7a8b32

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

app/code/Magento/ConfigurableProduct/Model/Product/Type/Collection/SalableProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2013-2017 Magento. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\ConfigurableProduct\Model\Product\Type\Collection;

app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/Type/Collection/SalableProcessorTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
/**
3-
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\ConfigurableProduct\Test\Unit\Model\Product\Type\Collection;
87

98
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;

dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Repository/ConfigData.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
/**
4-
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
4+
* Copyright © Magento, Inc. All rights reserved.
55
* See COPYING.txt for license details.
66
*/
77
-->

dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/FullTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\CatalogSearch\Model\Indexer\Fulltext\Action;

0 commit comments

Comments
 (0)