Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 6586f51

Browse files
committed
Reformatted space / indentation
1 parent 67521ec commit 6586f51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Api/Orders.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ public function show($orderId)
3434
}
3535

3636
/**
37-
* Edits and saves an order using the specified entity id within the body.
38-
*
39-
* @param array $body
40-
* @return array
41-
*/
37+
* Edits and saves an order using the specified entity id within the body.
38+
*
39+
* @param array $body
40+
* @return array
41+
*/
4242
public function edit($body = [])
4343
{
4444
return $this->post('/orders', $body);

0 commit comments

Comments
 (0)