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 a37fdfa commit e6f9444Copy full SHA for e6f9444
app/code/Magento/PageBuilder/Component/Form/Element/Wysiwyg.php
@@ -26,7 +26,7 @@
26
class Wysiwyg extends \Magento\Ui\Component\Form\Element\Wysiwyg
27
{
28
/**
29
- * Wysiwyg constructor.
+ * WYSIWYG Constructor
30
*
31
* @param ContextInterface $context
32
* @param FormFactory $formFactory
@@ -37,7 +37,7 @@ class Wysiwyg extends \Magento\Ui\Component\Form\Element\Wysiwyg
37
* @param array $components
38
* @param array $data
39
* @param array $config
40
- * @param PageBuilderConfig $pageBuilderConfig
+ * @param PageBuilderConfig|null $pageBuilderConfig
41
* @param bool $overrideSnapshot
42
*/
43
public function __construct(
0 commit comments