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.
2 parents 8f42dfa + bb66493 commit 790b4b1Copy full SHA for 790b4b1
Plugin/Magento/Ui/Component/Wysiwyg/ConfigPlugin.php
@@ -37,8 +37,8 @@ class ConfigPlugin
37
*/
38
public function __construct(
39
$activeEditor = null,
40
- RequestInterface $request = null,
41
- ScopeConfigInterface $scopeConfig = null
+ ?RequestInterface $request = null,
+ ?ScopeConfigInterface $scopeConfig = null
42
) {
43
try {
44
/* Fix for Magento 2.1.x & 2.2.x that does not have this class and plugin should not work there */
0 commit comments