Skip to content

Commit f263548

Browse files
authored
magento-engcom#101: file clean-up
Clean up the header of the class to fit with the static-tests.
1 parent 2368e8f commit f263548

File tree

1 file changed

+3
-4
lines changed
  • app/code/Magento/Catalog/Model/Product/Attribute/Backend

1 file changed

+3
-4
lines changed

app/code/Magento/Catalog/Model/Product/Attribute/Backend/Sku.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
namespace Magento\Catalog\Model\Product\Attribute\Backend;
7+
8+
use Magento\Catalog\Model\Product;
69

710
/**
811
* Catalog product SKU backend attribute model
912
*
1013
* @author Magento Core Team <[email protected]>
1114
*/
12-
namespace Magento\Catalog\Model\Product\Attribute\Backend;
13-
14-
use Magento\Catalog\Model\Product;
15-
1615
class Sku extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend
1716
{
1817
/**

0 commit comments

Comments
 (0)