Skip to content

Commit d48df5b

Browse files
ENGCOM-6301: set correct pram like in BlockRepository implementation #25640
2 parents 3e23510 + fb1292f commit d48df5b

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)