We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf17b9 commit e5bf109Copy full SHA for e5bf109
tests/Units/Domain/BalanceTest.php
@@ -19,7 +19,7 @@
19
*/
20
final class BalanceTest extends TestCase
21
{
22
- public function testBalanceWalletNotExists()
+ public function testBalanceWalletNotExists(): void
23
24
/** @var Buyer $buyer */
25
$buyer = BuyerFactory::new()->create();
0 commit comments