Skip to content

Commit

Permalink
Fixed coding standard error
Browse files Browse the repository at this point in the history
  • Loading branch information
gelanivishal authored Jun 9, 2018
1 parent 4c1989e commit 215be5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/code/Magento/Eav/Api/Data/AttributeInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
* @api
* @since 100.0.2
*/
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface, \Magento\Framework\Api\MetadataObjectInterface
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface,
\Magento\Framework\Api\MetadataObjectInterface
{
const ATTRIBUTE_ID = 'attribute_id';

Expand Down

0 comments on commit 215be5a

Please sign in to comment.