File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function getById($blockId);
35
35
* Retrieve blocks matching the specified criteria.
36
36
*
37
37
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
38
- * @return \Magento\Framework \Api\SearchResultsInterface
38
+ * @return \Magento\Cms \Api\Data\BlockSearchResultsInterface
39
39
* @throws \Magento\Framework\Exception\LocalizedException
40
40
*/
41
41
public function getList (\Magento \Framework \Api \SearchCriteriaInterface $ searchCriteria );
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function getById($pageId);
35
35
* Retrieve pages matching the specified criteria.
36
36
*
37
37
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
38
- * @return \Magento\Framework \Api\SearchResultsInterface
38
+ * @return \Magento\Cms \Api\Data\PageSearchResultsInterface
39
39
* @throws \Magento\Framework\Exception\LocalizedException
40
40
*/
41
41
public function getList (\Magento \Framework \Api \SearchCriteriaInterface $ searchCriteria );
You can’t perform that action at this time.
0 commit comments