Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jun 4, 2024
1 parent 6cc94d2 commit 2276e69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Payment/Responses/NoTransaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@

final class NoTransaction implements TransactionNotCreated
{
public mixed $details = null;

private readonly string $paymentId;

private ?Payment $payment = null;

private ?string $reason = null;

private bool $shouldBeRetried = false;

public mixed $details = null;

public function __construct(
Payment|string $payment,
) {
Expand Down

0 comments on commit 2276e69

Please sign in to comment.