Skip to content

Commit e42573d

Browse files
committed
autofix
1 parent 2e302cd commit e42573d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/Units/Service/AtomicServiceTest.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ public function testBlockIter3(): void
7373
* This test creates a new Buyer and deposits 1000 units into their wallet. Then, it attempts to
7474
* withdraw 3000 units from the wallet within an atomic block. Since there are not enough funds,
7575
* an exception is thrown. The test then checks that the balance of the wallet has not changed.
76-
*
77-
* @return void
7876
*/
7977
public function testRollback(): void
8078
{
@@ -116,9 +114,7 @@ public function testRollback(): void
116114

117115
// Retrieve the Buyer from the database and check that the balance is still 1000 units
118116

119-
/**
120-
* @var Buyer $userFromDb
121-
*/
117+
/** @var Buyer $userFromDb */
122118
$userFromDb = Buyer::find($user->getKey());
123119

124120
// Check that the balance of the wallet is 1000 units

0 commit comments

Comments
 (0)