Skip to content

Commit 215be5a

Browse files
authored
Fixed coding standard error
1 parent 4c1989e commit 215be5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

0 commit comments

Comments
 (0)