Skip to content

Commit b4423f8

Browse files
Reduced the length of the line to comply with the coding standards
1 parent e7a32ec commit b4423f8

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/EavTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,8 @@ public function setupAttributeMetaDataProvider()
537537
'default_null_prod_not_new_and_not_required' => $this->defaultNullProdNotNewAndNotRequired(),
538538
'default_null_prod_new_and_not_required' => $this->defaultNullProdNewAndNotRequired(),
539539
'default_null_prod_new_and_required' => $this->defaultNullProdNewAndRequired(),
540-
'default_null_prod_new_and_required_and_filled_notice' => $this->defaultNullProdNewAndRequiredAndFilledNotice(
541-
)
540+
'default_null_prod_new_and_required_and_filled_notice' =>
541+
$this->defaultNullProdNewAndRequiredAndFilledNotice()
542542
];
543543
}
544544

0 commit comments

Comments
 (0)