Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 23, 2023
1 parent 2d2d82b commit 99d21f3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public function testItHandlesFailuresWithTransactionsTwoLevelsHigher()
DB::transaction(function () { // lv 1
DB::transaction(function () { // lv 2
DB::transaction(fn () => Event::dispatch(new ShouldDispatchAfterCommitTestEvent()));
// lv 2
// lv 2
});

try {
Expand Down Expand Up @@ -257,7 +257,6 @@ public function testCommittedTransactionThatWasDeeplyNestedIsRemovedIfTopLevelFa
throw new \Exception;
});
} catch (\Exception $e) {

}
});

Expand Down

0 comments on commit 99d21f3

Please sign in to comment.