summaryrefslogtreecommitdiffstats
path: root/system/libraries/Table.php
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2017-06-05 08:08:40 +0200
committerTyson Andre <tysonandre775@hotmail.com>2017-06-05 09:28:32 +0200
commitdec2b56fa44803e1579804fe329fd45658c6217b (patch)
tree4c3ee78046cb48080b2e4c1cfad8495979260bb9 /system/libraries/Table.php
parentfdd4b816c8bb8c072e98a586b0b41786dd34d44c (diff)
Fix misc type inconsistencies between code and doc comments
Diffstat (limited to 'system/libraries/Table.php')
-rw-r--r--system/libraries/Table.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Table.php b/system/libraries/Table.php
index dc309890b..ba096836b 100644
--- a/system/libraries/Table.php
+++ b/system/libraries/Table.php
@@ -436,7 +436,7 @@ class CI_Table {
/**
* Set table data from a database result object
*
- * @param CI_DB_result $db_result Database result object
+ * @param CI_DB_result $object Database result object
* @return void
*/
protected function _set_from_db_result($object)