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 4a6f60d + 21be5d2 commit e1ad8adCopy full SHA for e1ad8ad
app/code/Magento/Cms/Api/BlockRepositoryInterface.php
@@ -24,7 +24,7 @@ public function save(Data\BlockInterface $block);
24
/**
25
* Retrieve block.
26
*
27
- * @param int $blockId
+ * @param string $blockId
28
* @return \Magento\Cms\Api\Data\BlockInterface
29
* @throws \Magento\Framework\Exception\LocalizedException
30
*/
@@ -51,7 +51,7 @@ public function delete(Data\BlockInterface $block);
51
52
* Delete block by ID.
53
54
55
* @return bool true on success
56
* @throws \Magento\Framework\Exception\NoSuchEntityException
57
0 commit comments