Skip to content

Commit 90f37dc

Browse files
MEQP | Forward pull for issue 4803 2.1->2.2
1 parent d409248 commit 90f37dc

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
@@ -10,7 +10,9 @@
1010
* Interface AttributeInterface
1111
* @api
1212
*/
13-
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface, \Magento\Framework\Api\MetadataObjectInterface
13+
interface AttributeInterface extends
14+
\Magento\Framework\Api\CustomAttributesDataInterface,
15+
\Magento\Framework\Api\MetadataObjectInterface
1416
{
1517
const ATTRIBUTE_ID = 'attribute_id';
1618

0 commit comments

Comments
 (0)