We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d9e38 commit 15c81dfCopy full SHA for 15c81df
app/code/Magento/Catalog/Model/Product/Attribute/Backend/Sku.php
@@ -3,13 +3,14 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
-
7
namespace Magento\Catalog\Model\Product\Attribute\Backend;
8
9
use Magento\Catalog\Model\Product;
10
11
/**
12
- * Catalog product SKU backend attribute model.
+ * Catalog product SKU backend attribute model
+ *
13
+ * @author Magento Core Team <[email protected]>
14
15
class Sku extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend
16
{
0 commit comments