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

Commit 36167e7

Browse files
committed
style: 🎨 apply styleci changes
1 parent 0c82920 commit 36167e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Api/Orders.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Orders extends AbstractApi
1111
* @param int $currentPage
1212
* @param array $filters
1313
*
14-
* @return array
14+
* @return array
1515
*/
1616
public function all($pageSize = 50, $currentPage = 1, $filters = [])
1717
{
@@ -26,7 +26,7 @@ public function all($pageSize = 50, $currentPage = 1, $filters = [])
2626
*
2727
* @param int $orderId
2828
*
29-
* @return array
29+
* @return array
3030
*/
3131
public function show($orderId)
3232
{
@@ -35,6 +35,7 @@ public function show($orderId)
3535

3636
/**
3737
* Performs persist operations for a specified order.
38+
*
3839
* @see https://magento.redoc.ly/2.4.3-admin/tag/orders/#operation/salesOrderRepositoryV1SavePost
3940
*
4041
* @param array $entity

0 commit comments

Comments
 (0)