Skip to content

Commit 5153370

Browse files
3m1n3nc3HPWebdeveloper
authored andcommitted
Fix $walletsInOrder type, see last commit.
1 parent 176e4c3 commit 5153370

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Traits/HandlesPayment.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ public function pay(int|float $orderValue, ?string $notes = null): void
2626
$remainingOrderValue = $orderValue;
2727

2828
/**
29-
* @var \Illuminate\Support\Collection<TKey, \HPWebdeveloper\LaravelPayPocket\Models
30-
* |\HPWebdeveloper\LaravelPayPocket\Traits\BalanceOperation> $walletsInOrder
29+
* @var \Illuminate\Support\Collection<TKey, \HPWebdeveloper\LaravelPayPocket\Models\Wallet>
3130
*/
3231
$walletsInOrder = $this->wallets()->whereIn('type', $this->walletsInOrder())->get();
3332

0 commit comments

Comments
 (0)