We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba24646 commit caaf64cCopy full SHA for caaf64c
1 file changed
src/Transaction.php
@@ -19,9 +19,9 @@ public function getIsolationLevel(): TransactionIsolation;
19
public function isActive(): bool;
20
21
/**
22
- * @return bool True if this transaction was created inside another transaction using a savepoint.
+ * @return string|null Nested transaction identifier or null if a top-level transaction.
23
*/
24
- public function isNestedTransaction(): bool;
+ public function getSavepointIdentifier(): ?string;
25
26
27
* Commits the transaction and makes it inactive.
0 commit comments