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 55b1a09 commit 1ebbe34Copy full SHA for 1ebbe34
app/code/Magento/PageBuilder/Component/Form/Element/Wysiwyg.php
@@ -28,7 +28,7 @@
28
class Wysiwyg extends \Magento\Ui\Component\Form\Element\Wysiwyg
29
{
30
31
- public const ADMIN_RESOURCE = 'Magento_Backend::content';
+ private const ADMIN_RESOURCE = 'Magento_Backend::content';
32
33
/**
34
* @var Repository
@@ -55,6 +55,7 @@ class Wysiwyg extends \Magento\Ui\Component\Form\Element\Wysiwyg
55
* @param PageBuilderConfig|null $pageBuilderConfig
56
* @param bool $overrideSnapshot
57
* @param Repository|null $assetRepo
58
+ * @param AuthorizationInterface|null $authorization
59
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
60
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
61
* @SuppressWarnings(PHPMD.NPathComplexity)
0 commit comments