Skip to content

Commit

Permalink
Fix php doc
Browse files Browse the repository at this point in the history
Manager->setCurrentConnection() throws Doctrine_Manager_Exception instead of InvalidKeyException
  • Loading branch information
wutsch0 authored Feb 1, 2018
1 parent 9ace456 commit 81d5413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ public function getConnections()
* Sets the current connection to $key
*
* @param mixed $key the connection key
* @throws InvalidKeyException
* @throws Doctrine_Manager_Exception
* @return void
*/
public function setCurrentConnection($key)
Expand Down

0 comments on commit 81d5413

Please sign in to comment.