commit | 8463b919e17d9bd7fa35821d547c4acc229520f7 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Fri Nov 02 02:16:28 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Fri Nov 02 02:16:28 2012 +0200 |
tree | 38a25aec7651544eb16950094b2c4e31b94233b4 | |
parent | c98e93aab3997bfea4fbb9d07f7b2550a84f8f7a [diff] [blame] |
[ci skip] DocBlocks for DB drivers' result classes Partially fixes issue #1295.
diff --git a/system/database/drivers/pdo/pdo_result.php b/system/database/drivers/pdo/pdo_result.php index 1b29d29..1de5a47 100644 --- a/system/database/drivers/pdo/pdo_result.php +++ b/system/database/drivers/pdo/pdo_result.php
@@ -206,7 +206,7 @@ * * Returns the result set as an object * - * @param string + * @param string $class_name * @return object */ protected function _fetch_object($class_name = 'stdClass')