Skip to content

Commit 2eeb633

Browse files
committed
fix codestyle
1 parent 15477af commit 2eeb633

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function execute()
110110
$options
111111
);
112112
$valueOptions = (isset($options['value']) && is_array($options['value'])) ? $options['value'] : [];
113-
foreach ($valueOptions as $key => $val) {
113+
foreach ($valueOptions as $key => $valueOption) {
114114
if (isset($options['delete'][$key]) && $options['delete'][$key]) {
115115
unset($valueOptions[$key]);
116116
}

0 commit comments

Comments
 (0)