Skip to content

Commit 15c81df

Browse files
committed
Clean up the header of the class to fit with the static-tests.
1 parent c9d9e38 commit 15c81df

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Catalog\Model\Product\Attribute\Backend;
87

98
use Magento\Catalog\Model\Product;
109

1110
/**
12-
* Catalog product SKU backend attribute model.
11+
* Catalog product SKU backend attribute model
12+
*
13+
* @author Magento Core Team <[email protected]>
1314
*/
1415
class Sku extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend
1516
{

0 commit comments

Comments
 (0)