commit | 6df461a84a1915759111a1dce893c628bf805219 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Wed Oct 24 14:57:37 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Wed Oct 24 14:57:37 2012 +0300 |
tree | b128391d9b44f9081fe5aea86265c0eda5fd5e9d | |
parent | 5fd3ae8d33a4f5d3159b86683b9a670e973a63f5 [diff] [blame] |
[ci skip] Fix a docblock
diff --git a/system/database/DB_cache.php b/system/database/DB_cache.php index 671147b..d07c755 100644 --- a/system/database/DB_cache.php +++ b/system/database/DB_cache.php
@@ -40,7 +40,7 @@ /** * Constructor * - * @param &$db + * @param object &$db * @return void */ public function __construct(&$db)