Skip to content

Commit 380be07

Browse files
Razorsheepgithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 57f584d commit 380be07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/REST/Actions/ManagesFulfillments.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,11 @@ public function rescheduleFulfillmentOrder($fulfillmentOrderId, $data): ApiResou
280280

281281
public function setFulfillmentOrdersDeadline(array $fulfillmentOrderIds, $fulfillmentDeadline): bool
282282
{
283-
$response = $this->post("fulfillment_orders/set_fulfillment_orders_deadline.json", [
283+
$response = $this->post('fulfillment_orders/set_fulfillment_orders_deadline.json', [
284284
'fulfillment_order_ids' => $fulfillmentOrderIds,
285285
'fulfillment_deadline' => $fulfillmentDeadline,
286286
]);
287287

288288
return true;
289289
}
290-
291290
}

0 commit comments

Comments
 (0)