Skip to content

Commit e1ad8ad

Browse files
[Magento Community Engineering] Community Contributions - 2.4-develop-fast-lane-prs
- merged with '2.4-develop-express-lane-prs' branch
2 parents 4a6f60d + 21be5d2 commit e1ad8ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Cms/Api/BlockRepositoryInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function save(Data\BlockInterface $block);
2424
/**
2525
* Retrieve block.
2626
*
27-
* @param int $blockId
27+
* @param string $blockId
2828
* @return \Magento\Cms\Api\Data\BlockInterface
2929
* @throws \Magento\Framework\Exception\LocalizedException
3030
*/
@@ -51,7 +51,7 @@ public function delete(Data\BlockInterface $block);
5151
/**
5252
* Delete block by ID.
5353
*
54-
* @param int $blockId
54+
* @param string $blockId
5555
* @return bool true on success
5656
* @throws \Magento\Framework\Exception\NoSuchEntityException
5757
* @throws \Magento\Framework\Exception\LocalizedException

0 commit comments

Comments
 (0)