Skip to content

Commit

Permalink
DOC Remove "deprecated" note from PHPDoc for not-deprecated method (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jan 8, 2025
1 parent 597d110 commit b481546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ORM/Connect/TransactionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ interface TransactionManager
/**
* Start a prepared transaction
*
* @param string|boolean $transactionMode Transaction mode, or false to ignore. Deprecated and will be removed in SS5.
* @param string|boolean $sessionCharacteristics Session characteristics, or false to ignore. Deprecated and will be removed in SS5.
* @param string|boolean $transactionMode Transaction mode, or false to ignore.
* @param string|boolean $sessionCharacteristics Session characteristics, or false to ignore.
* @throws DatabaseException on failure
* @return bool True on success
*/
Expand Down

0 comments on commit b481546

Please sign in to comment.