File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments