Skip to content

Commit ddcf91f

Browse files
author
Joan He
committed
MAGETWO-91529: Restricted admin user can remove product from other websites
- Fix static test failures
1 parent e082db1 commit ddcf91f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
4343
* @SuppressWarnings(PHPMD.TooManyFields)
44-
* @SuppressWarnings(PHPMD.NPathComplexity)
44+
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
4545
* @since 101.0.0
4646
*/
4747
class Eav extends AbstractModifier

0 commit comments

Comments
 (0)