Skip to content

Commit 4e51e9c

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
* @api
1212
* @since 100.0.2
1313
*/
14-
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface, \Magento\Framework\Api\MetadataObjectInterface
14+
interface AttributeInterface extends
15+
\Magento\Framework\Api\CustomAttributesDataInterface,
16+
\Magento\Framework\Api\MetadataObjectInterface
1517
{
1618
const ATTRIBUTE_ID = 'attribute_id';
1719

0 commit comments

Comments
 (0)