Skip to content

Commit

Permalink
Correct docblock type hint for set_db($db)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikjohansson committed Sep 2, 2013
1 parent 01112f5 commit 3d52967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idiorm.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ protected static function _setup_db_config($connection_name) {
* This is public in case the ORM should use a ready-instantiated
* PDO object as its database connection. Accepts an optional string key
* to identify the connection if multiple connections are used.
* @param ORM $db
* @param PDO $db
* @param string $connection_name Which connection to use
*/
public static function set_db($db, $connection_name = self::DEFAULT_CONNECTION) {
Expand Down

0 comments on commit 3d52967

Please sign in to comment.