summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2013-09-03 09:43:53 +0100
committerSimon Holywell <[email protected]>2013-09-03 09:43:53 +0100
commita1f5dc4029526f0d2605bce4a6f1f4c562ce9aa9 (patch)
tree6713789541226a4a9f440b575da2b02c5f692363
parent25cd48a748ab656f93bb56d581bf84f6781e9b84 (diff)
parent3d52967018860dbd720cb91e1562bd400d62033f (diff)
Merge branch 'master' of https://github.com/ulrikjohansson/idiorm into develop
-rw-r--r--idiorm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/idiorm.php b/idiorm.php
index 06a73fd..dd5cea2 100644
--- a/idiorm.php
+++ b/idiorm.php
@@ -273,7 +273,7 @@
* 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) {