Skip to content

Commit

Permalink
Run pint one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
3m1n3nc3 committed Jun 29, 2024
1 parent e8cf7e6 commit 7bcbb2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Traits/HandlesDeposit.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ trait HandlesDeposit
/**
* Deposit an amount to the user's wallet of a specific type.
*
*
* @throws InvalidDepositException
* @throws InvalidValueException
* @throws InvalidWalletTypeException
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/HandlesPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait HandlesPayment
/**
* Pay the order value from the user's wallets.
*
* @param ?string $notes
*
* @return \Illuminate\Support\Collection<TKey,WalletsLog>
*
* @throws InsufficientBalanceException
Expand Down
2 changes: 1 addition & 1 deletion tests/OperationsWithoutFacadeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@
$log = $user->pay(100.16);

expect($log->sum('value'))->toBe(100.16);
});
});

0 comments on commit 7bcbb2e

Please sign in to comment.