summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/ibase/ibase_result.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/database/drivers/ibase/ibase_result.php')
-rw-r--r--system/database/drivers/ibase/ibase_result.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/ibase/ibase_result.php b/system/database/drivers/ibase/ibase_result.php
index 6ee0a7d59..bbad9d895 100644
--- a/system/database/drivers/ibase/ibase_result.php
+++ b/system/database/drivers/ibase/ibase_result.php
@@ -129,7 +129,7 @@ class CI_DB_ibase_result extends CI_DB_result {
*
* Returns the result set as an object
*
- * @param string
+ * @param string $class_name
* @return object
*/
protected function _fetch_object($class_name = 'stdClass')