Updated php doc

This commit is contained in:
Glenn Hermans 2021-05-03 02:05:40 +02:00 committed by GitHub
parent 0f4da65937
commit 06803fa866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ class OrderRepository extends Repository
* Update order status.
*
* @param \Webkul\Sales\Contracts\Order $order
* @param string $orderState
* @return void
*/
public function updateOrderStatus($order, $orderState = null)