Skip to content

Commit

Permalink
More PHPDoc in securetrading_ws
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed May 19, 2024
1 parent ca74422 commit 0b0dbb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 0b0dbb3

Please sign in to comment.