We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f6402 commit 4f0322fCopy full SHA for 4f0322f
Model/Controller/ResultPlugin.php
@@ -82,7 +82,7 @@ public function aroundRenderResult(
82
83
$ignoredStrings = $this->scopeConfig->getValue(
84
'mfrocketjavascript/general/ignore_deferred_javascript_with',
85
- \Magento\Store\Model\ScopeInterface::SCOPE_STORE);
+ \Magento\Store\Model\ScopeInterface::SCOPE_STORE) ?: '';
86
$ignoredStrings = explode("\n", str_replace("\r", "\n", $ignoredStrings));
87
foreach ($ignoredStrings as $key => $ignoredString) {
88
$ignoredString = trim($ignoredString);
0 commit comments