Skip to content

Commit e5bf109

Browse files
committed
fix
1 parent ebf17b9 commit e5bf109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Units/Domain/BalanceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
final class BalanceTest extends TestCase
2121
{
22-
public function testBalanceWalletNotExists()
22+
public function testBalanceWalletNotExists(): void
2323
{
2424
/** @var Buyer $buyer */
2525
$buyer = BuyerFactory::new()->create();

0 commit comments

Comments
 (0)