Skip to content

Commit

Permalink
feat: deprecate Connection::getDoctrineConnection() (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-oyama authored Jan 7, 2025
1 parent 84f5671 commit 5094342
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,9 @@ public function getReadPdo()
}

/**
* @internal
* @inheritDoc
* @return void
* TODO: Remove in v9
* @deprecated Parent method no longer exists. This will be removed in v9.
* @return never
*/
public function getDoctrineConnection()
{
Expand Down

0 comments on commit 5094342

Please sign in to comment.