Skip to content

Commit bd1c21a

Browse files
MAGETWO-99020: Unserialize config values
- fix static tests
1 parent 0b8ecce commit bd1c21a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/Config/Model/Config/Backend/Serialized.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ protected function _afterLoad()
5656
}
5757
}
5858
}
59+
5960
/**
6061
* @return $this
6162
*/

dev/tests/static/testsuite/Magento/Test/Js/_files/eslint/.eslintrc-magento

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
2,
6363
{
6464
"args": "after-used",
65-
"vars": "all"
65+
"vars": "all",
66+
"varsIgnorePattern": "config"
6667
}
6768
],
6869
"no-use-before-define": 2,

0 commit comments

Comments
 (0)