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 74aa43b + c7d48b6 commit 055c55cCopy full SHA for 055c55c
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