Skip to content

Commit c106a62

Browse files
author
al.kravchuk
committed
#14510: Creating custom customer attribute with default value 0 will cause not saving value for customer entity.
Remove curly braces.
1 parent 0698aa6 commit c106a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Downloadable/Setup/UpgradeData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct(EavSetupFactory $eavSetupFactory)
3535
}
3636

3737
/**
38-
* {@inheritdoc}
38+
* @inheritdoc
3939
*/
4040
public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
4141
{

0 commit comments

Comments
 (0)