Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 89f57c8

Browse files
author
Oleksii Korshenko
committed
MAGETWO-66875: Remove the copyright year from file headers #8648
1 parent 1b5dc60 commit 89f57c8

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

app/code/Magento/Sales/Setup/ConvertSerializedDataToJson.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
*/
66
namespace Magento\Sales\Setup;
77

8-
use Magento\Framework\DB\FieldDataConverterFactory;
98
use Magento\Framework\DB\DataConverter\SerializedToJson;
109
use Magento\Framework\DB\FieldDataConverter;
10+
use Magento\Framework\DB\FieldDataConverterFactory;
1111

1212
/**
1313
* Convert serialized data in sales tables to JSON

dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AssertCustomerWishlistOnBackendIsEmpty.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
namespace Magento\Wishlist\Test\Constraint;
88

9-
use Magento\Sales\Test\Page\Adminhtml\OrderCreateIndex;
109
use Magento\Mtf\Constraint\AbstractConstraint;
10+
use Magento\Sales\Test\Page\Adminhtml\OrderCreateIndex;
1111

1212
/**
1313
* Assert that customer's Wish List section on Order Create backend page is empty.

dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AssertProductsIsPresentInCustomerBackendWishlist.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use Magento\Customer\Test\Fixture\Customer;
1010
use Magento\Customer\Test\Page\Adminhtml\CustomerIndexEdit;
1111
use Magento\Mtf\Constraint\AbstractConstraint;
12-
use Magento\Mtf\Fixture\InjectableFixture;
1312

1413
/**
1514
* Assert that products added to wishlist is present on Customers account on backend in Customer Activities - Wishlist.

dev/tests/integration/testsuite/Magento/Wishlist/Model/WishlistTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
*/
66
namespace Magento\Wishlist\Model;
77

8-
use Magento\Framework\App\ObjectManager;
98
use Magento\Catalog\Api\ProductRepositoryInterface;
10-
use Magento\Wishlist\Model\Item;
9+
use Magento\Framework\App\ObjectManager;
1110
use Magento\Framework\DataObject;
1211

1312
class WishlistTest extends \PHPUnit_Framework_TestCase

lib/internal/Magento/Framework/Image/Adapter/Gd2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ public function rotate($angle)
404404
*/
405405
public function watermark($imagePath, $positionX = 0, $positionY = 0, $opacity = 30, $tile = false)
406406
{
407-
list($watermarkSrcWidth, $watermarkSrcHeight, $watermarkFileType,) = $this->_getImageOptions($imagePath);
407+
list($watermarkSrcWidth, $watermarkSrcHeight, $watermarkFileType, ) = $this->_getImageOptions($imagePath);
408408
$this->_getFileAttributes();
409409
$watermark = call_user_func(
410410
$this->_getCallback('create', $watermarkFileType, 'Unsupported watermark image format.'),

0 commit comments

Comments
 (0)