Skip to content

Commit

Permalink
ENGCOM-3146: Fix type hint of @message declaration as the "setWidgetP…
Browse files Browse the repository at this point in the history
…arameters" method allows arrays too #18155
  • Loading branch information
Stanislav Idolov authored Oct 11, 2018
2 parents 74aa43b + c7d48b6 commit 055c55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Widget/Model/Widget/Instance.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @method string getTitle()
* @method \Magento\Widget\Model\Widget\Instance setTitle(string $value)
* @method \Magento\Widget\Model\Widget\Instance setStoreIds(string $value)
* @method \Magento\Widget\Model\Widget\Instance setWidgetParameters(string $value)
* @method \Magento\Widget\Model\Widget\Instance setWidgetParameters(string|array $value)
* @method int getSortOrder()
* @method \Magento\Widget\Model\Widget\Instance setSortOrder(int $value)
* @method \Magento\Widget\Model\Widget\Instance setThemeId(int $value)
Expand Down

0 comments on commit 055c55c

Please sign in to comment.