Skip to content

Commit

Permalink
[EPC-9605] Update return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Feb 5, 2025
1 parent 8bdaead commit 68b824e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Sales/OrderRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function __construct(
$this->filterGroupBuilder = $filterGroupBuilder;
}

public function getOrderByQuoteId(int $quoteId): OrderInterface
public function getOrderByQuoteId(int $quoteId): OrderInterface|false
{
$quoteIdFilter = $this->filterBuilder->setField('quote_id')
->setConditionType('eq')
Expand Down

0 comments on commit 68b824e

Please sign in to comment.