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

Commit e086ed4

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Api/Orders.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class Orders extends AbstractApi
1010
* @param int $pageSize
1111
* @param int $currentPage
1212
* @param array $filters
13-
*
1413
* @return array
1514
*/
1615
public function all($pageSize = 50, $currentPage = 1, $filters = [])
@@ -25,7 +24,6 @@ public function all($pageSize = 50, $currentPage = 1, $filters = [])
2524
* Loads a specified order.
2625
*
2726
* @param int $orderId
28-
*
2927
* @return array
3028
*/
3129
public function show($orderId)
@@ -38,7 +36,7 @@ public function show($orderId)
3836
*
3937
* @see https://magento.redoc.ly/2.4.3-admin/tag/orders/#operation/salesOrderRepositoryV1SavePost
4038
*
41-
* @param array $entity
39+
* @param array $entity
4240
* @return array
4341
*/
4442
public function edit($entity = [])

0 commit comments

Comments
 (0)