File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ private function createPreAndPostEventsAndIds(
186186 ),
187187 PreTransactionCommitEvent::EVENT_ID ,
188188 ],
189- TransactionState::TERMINATED => throw new UnexpectedValueException ('TERMINATED is not a valid transaction state at this point ' ),
189+ TransactionState::TERMINATED => throw new \ UnexpectedValueException ('TERMINATED is not a valid transaction state at this point ' ),
190190 };
191191 [$ postEvent , $ postEventId ] = match ($ nextTransactionState ) {
192192 TransactionState::ACTIVE => [
@@ -216,7 +216,7 @@ private function createPreAndPostEventsAndIds(
216216 ),
217217 PostTransactionCommitEvent::EVENT_ID ,
218218 ],
219- TransactionState::TERMINATED => throw new UnexpectedValueException ('TERMINATED is not a valid transaction state at this point ' ),
219+ TransactionState::TERMINATED => throw new \ UnexpectedValueException ('TERMINATED is not a valid transaction state at this point ' ),
220220 };
221221
222222 return [
You can’t perform that action at this time.
0 commit comments