Skip to content

Commit 66f3011

Browse files
authored
MAGETWO-65191: [GitHub][PR] Fixed return type of OrderRepository::getList #8683
2 parents 69554a0 + 6d74445 commit 66f3011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/OrderRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function get($id)
9999
* Find entities by criteria
100100
*
101101
* @param \Magento\Framework\Api\SearchCriteria $searchCriteria
102-
* @return OrderInterface[]
102+
* @return \Magento\Sales\Api\Data\OrderSearchResultInterface
103103
*/
104104
public function getList(\Magento\Framework\Api\SearchCriteria $searchCriteria)
105105
{

0 commit comments

Comments
 (0)