Skip to content

Commit c9a1afa

Browse files
update code style
1 parent 1d0b91b commit c9a1afa

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class Validate extends AttributeAction implements HttpGetActionInterface, HttpPostActionInterface
2424
{
2525
const DEFAULT_MESSAGE_KEY = 'message';
26-
private const RESERVED_ATTRIBUTE_CODES = ['product_type', 'type_id'];
26+
private const RESERVED_ATTRIBUTE_CODES = ['product_type', 'type_id'];
2727

2828
/**
2929
* @var \Magento\Framework\Controller\Result\JsonFactory

0 commit comments

Comments
 (0)