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 a12ecfd commit ef5a50eCopy full SHA for ef5a50e
app/code/Magento/Cms/Model/Block.php
@@ -12,8 +12,8 @@
12
/**
13
* CMS block model
14
*
15
- * @method Block setStoreId(array $storeId)
16
- * @method array getStoreId()
+ * @method Block setStoreId(int $storeId)
+ * @method int getStoreId()
17
*/
18
class Block extends AbstractModel implements BlockInterface, IdentityInterface
19
{
app/code/Magento/Cms/Model/Page.php
@@ -16,8 +16,8 @@
* Cms Page Model
* @api
- * @method Page setStoreId(array $storeId)
20
+ * @method Page setStoreId(int $storeId)
21
* @SuppressWarnings(PHPMD.ExcessivePublicCount)
22
* @since 100.0.2
23
0 commit comments