Skip to content

Commit f1b43bf

Browse files
author
Hwashiang Yu
committed
MC-5810: Improve naming of the critical variables/parameters in the code and configuration
- Resolved MHI failure by changing variable scope in reader
1 parent 93dd19e commit f1b43bf

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/Model/Config/MenuSection

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Model/Config/MenuSection/Reader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Reader extends \Magento\Framework\Config\Reader\Filesystem
1818
*
1919
* @var array
2020
*/
21-
protected $_idAttributes = [
21+
private $_idAttributes = [
2222
'/config/menu_section' => 'name'
2323
];
2424

0 commit comments

Comments
 (0)