We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e51e9c commit a8dc518Copy full SHA for a8dc518
app/code/Magento/Eav/Api/Data/AttributeInterface.php
@@ -11,10 +11,8 @@
11
* @api
12
* @since 100.0.2
13
*/
14
-interface AttributeInterface extends
15
- \Magento\Framework\Api\CustomAttributesDataInterface,
16
- \Magento\Framework\Api\MetadataObjectInterface
17
-{
+interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface,
+ \Magento\Framework\Api\MetadataObjectInterface {
18
const ATTRIBUTE_ID = 'attribute_id';
19
20
const IS_UNIQUE = 'is_unique';
0 commit comments