diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-24 13:57:37 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-24 13:57:37 +0200 |
commit | 6df461a84a1915759111a1dce893c628bf805219 (patch) | |
tree | b128391d9b44f9081fe5aea86265c0eda5fd5e9d /system/database | |
parent | 5fd3ae8d33a4f5d3159b86683b9a670e973a63f5 (diff) |
[ci skip] Fix a docblock
Diffstat (limited to 'system/database')
-rw-r--r-- | system/database/DB_cache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_cache.php b/system/database/DB_cache.php index 671147b3d..d07c755c6 100644 --- a/system/database/DB_cache.php +++ b/system/database/DB_cache.php @@ -40,7 +40,7 @@ class CI_DB_Cache { /** * Constructor * - * @param &$db + * @param object &$db * @return void */ public function __construct(&$db) |