Skip to content

Commit a8dc518

Browse files
author
Julian van Drielen
committed
MEQP | Forward pull for issue 4803 2.1->2.3
1 parent 4e51e9c commit a8dc518

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
* @api
1212
* @since 100.0.2
1313
*/
14-
interface AttributeInterface extends
15-
\Magento\Framework\Api\CustomAttributesDataInterface,
16-
\Magento\Framework\Api\MetadataObjectInterface
17-
{
14+
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface,
15+
\Magento\Framework\Api\MetadataObjectInterface {
1816
const ATTRIBUTE_ID = 'attribute_id';
1917

2018
const IS_UNIQUE = 'is_unique';

0 commit comments

Comments
 (0)