From 0b0dbb37c34f9df934fd0df93eb43a5148095fa8 Mon Sep 17 00:00:00 2001 From: TheCartpenter Date: Sun, 19 May 2024 09:19:19 -0400 Subject: [PATCH] More PHPDoc in securetrading_ws --- upload/catalog/model/extension/payment/securetrading_ws.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/catalog/model/extension/payment/securetrading_ws.php b/upload/catalog/model/extension/payment/securetrading_ws.php index fb0422cb5..207ce4dd4 100644 --- a/upload/catalog/model/extension/payment/securetrading_ws.php +++ b/upload/catalog/model/extension/payment/securetrading_ws.php @@ -235,7 +235,7 @@ public function confirmOrder(int $order_id, int $order_status_id, string $commen * * @return void */ - public function updateOrder($order_id, $order_status_id, $comment = '', $notify = false): void { + public function updateOrder(int $order_id, int $order_status_id, string $comment = '', bool $notify = false): void { // Orders $this->load->model('checkout/order');