From 3d52967018860dbd720cb91e1562bd400d62033f Mon Sep 17 00:00:00 2001 From: Ulrik Johansson Date: Mon, 2 Sep 2013 14:38:16 +0200 Subject: Correct docblock type hint for set_db($db) --- idiorm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idiorm.php b/idiorm.php index 5b327a6..23be19b 100644 --- a/idiorm.php +++ b/idiorm.php @@ -247,7 +247,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) { -- cgit v1.2.3