Skip to content

Commit 43dd85e

Browse files
authored
Fix coding style violations
1 parent 2639d0e commit 43dd85e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/code/Magento/Eav/Api/Data/AttributeInterface.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
<?php
22
/**
3-
*
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
65
*/
76
namespace Magento\Eav\Api\Data;
87

8+
use Magento\Framework\Api\CustomAttributesDataInterface;
9+
use Magento\Framework\Api\MetadataObjectInterface;
10+
911
/**
1012
* Interface AttributeInterface
1113
* @api
1214
* @since 100.0.2
1315
*/
14-
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface,
15-
\Magento\Framework\Api\MetadataObjectInterface
16+
interface AttributeInterface extends CustomAttributesDataInterface, MetadataObjectInterface
1617
{
1718
const ATTRIBUTE_ID = 'attribute_id';
1819

0 commit comments

Comments
 (0)