Skip to content

Commit

Permalink
Fix comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Nov 22, 2024
1 parent 3729930 commit 1c39957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/StateMachine/CancelOrderProcessorSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function it_do_nothing_when_it_is_completed(
}

public function it_do_nothing_when_it_is_refunded(
PaymentInterface $payment,
PaymentInterface $payment
): void {
$this->__invoke($payment, PaymentInterface::STATE_REFUNDED);
}
Expand Down

0 comments on commit 1c39957

Please sign in to comment.