Skip to content

Commit 577b175

Browse files
authored
ENGCOM-3354: Cancel expired orders using OrderManagementInterface #18832
- Fixed docblock
1 parent 04af36e commit 577b175

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Sales/Model/CronJob/CleanExpiredOrders.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
use Magento\Store\Model\StoresConfig;
1414
use Magento\Sales\Model\Order;
1515

16+
/**
17+
* Class that provides functionality of cleaning expired quotes by cron
18+
*/
1619
class CleanExpiredOrders
1720
{
1821
/**

0 commit comments

Comments
 (0)