Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Commit

Permalink
Deprecate Connection::getStatus() (to be removed in 1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Aug 13, 2013
1 parent 05258d4 commit 6afee47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Doctrine/MongoDB/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public function getServer()
/**
* Gets the $status property of the wrapped MongoClient instance.
*
* @deprecated 1.1 No longer used in driver; Will be removed for 1.2
* @return string
*/
public function getStatus()
Expand Down

0 comments on commit 6afee47

Please sign in to comment.