Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SakiTakamachi committed Oct 7, 2023
1 parent 786e557 commit b98cef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Database/DatabaseConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public function testAfterCommitIsExecutedOnFinalCommit()
$connection = $this->getMockConnection([], $pdo);
$connection->setTransactionManager($transactionsManager);

$connection->transaction(function (){
$connection->transaction(function () {
// do nothing
});
}
Expand Down

0 comments on commit b98cef5

Please sign in to comment.