| Total Complexity | 1 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class Standard |
||
| 21 | extends \Aimeos\MShop\Service\Provider\Delivery\Base |
||
| 22 | implements \Aimeos\MShop\Service\Provider\Delivery\Iface |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Updates the delivery status |
||
| 26 | * |
||
| 27 | * @param \Aimeos\MShop\Order\Item\Iface $order Order instance |
||
| 28 | * @return \Aimeos\MShop\Order\Item\Iface Updated order item |
||
| 29 | */ |
||
| 30 | public function push( iterable $orders ) : \Aimeos\Map |
||
| 35 |