Skip to content

Commit 790b4b1

Browse files
authored
Merge pull request #37 from ivanhrytsaim/13311-Magento248-Php84-Compatibility
13311-Magento248-Php84-Compatibility
2 parents 8f42dfa + bb66493 commit 790b4b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugin/Magento/Ui/Component/Wysiwyg/ConfigPlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ class ConfigPlugin
3737
*/
3838
public function __construct(
3939
$activeEditor = null,
40-
RequestInterface $request = null,
41-
ScopeConfigInterface $scopeConfig = null
40+
?RequestInterface $request = null,
41+
?ScopeConfigInterface $scopeConfig = null
4242
) {
4343
try {
4444
/* Fix for Magento 2.1.x & 2.2.x that does not have this class and plugin should not work there */

0 commit comments

Comments
 (0)