File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev/tests/api-functional/framework/Magento/TestFramework/Annotation
lib/internal/Magento/Framework/Css/PreProcessor/Adapter Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ protected function _restoreConfigData()
108
108
} else {
109
109
$ this ->setScopeConfigValue (
110
110
$ configPath ,
111
- $ originalValue ,
111
+ ( string ) $ originalValue ,
112
112
ScopeInterface::SCOPE_STORES ,
113
113
$ storeCode
114
114
);
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ public function disableStyleBlocksParsing()
83
83
*/
84
84
public function process ()
85
85
{
86
- $ emogrifier = EmogrifierCssInliner::fromHtml ($ this ->html )
87
- ->setDebug ($ this ->appState ->getMode () === State::MODE_DEVELOPER );
86
+ $ emogrifier = EmogrifierCssInliner::fromHtml ($ this ->html );
87
+ $ emogrifier ->setDebug ($ this ->appState ->getMode () === State::MODE_DEVELOPER );
88
88
89
89
if ($ this ->disableStyleBlocksParsing ) {
90
90
$ emogrifier ->disableStyleBlocksParsing ();
You can’t perform that action at this time.
0 commit comments