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 19bec6f commit 99f6c1aCopy full SHA for 99f6c1a
app/code/Magento/Widget/Model/Widget/Instance.php
@@ -15,7 +15,7 @@
15
* @method string getTitle()
16
* @method \Magento\Widget\Model\Widget\Instance setTitle(string $value)
17
* @method \Magento\Widget\Model\Widget\Instance setStoreIds(string $value)
18
- * @method \Magento\Widget\Model\Widget\Instance setWidgetParameters(string $value)
+ * @method \Magento\Widget\Model\Widget\Instance setWidgetParameters(string|array $value)
19
* @method int getSortOrder()
20
* @method \Magento\Widget\Model\Widget\Instance setSortOrder(int $value)
21
* @method \Magento\Widget\Model\Widget\Instance setThemeId(int $value)
0 commit comments