Skip to content

Commit 3eb27ef

Browse files
author
Babichev Maxim
committed
remove @codeCoverageIgnore
1 parent b3af724 commit 3eb27ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Traits/CanConfirm.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ public function confirm(Transaction $transaction): bool
2525
->getWallet($self);
2626

2727
if (!$wallet->refreshBalance()) {
28-
// @codeCoverageIgnoreStart
2928
return false;
30-
// @codeCoverageIgnoreEnd
3129
}
3230

3331
if ($transaction->type === Transaction::TYPE_WITHDRAW) {

0 commit comments

Comments
 (0)