diff options
| author | Damien Regad <dregad@mantisbt.org> | 2013-08-22 11:23:40 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2013-08-22 11:23:40 +0200 |
| commit | e55fc06bd03dfd8b1b8f377f68a22337aeb9c14b (patch) | |
| tree | 04b2ddb0683ecbe14556b1fe52f036f0df3b60f2 /perf | |
| parent | e067bd1e4ea9debf1606655b38f3abde93c83f03 (diff) | |
| download | adodb-e55fc06bd03dfd8b1b8f377f68a22337aeb9c14b.tar.gz adodb-e55fc06bd03dfd8b1b8f377f68a22337aeb9c14b.tar.bz2 adodb-e55fc06bd03dfd8b1b8f377f68a22337aeb9c14b.zip | |
'str' not a valid phpdoc type definition keyword
Diffstat (limited to 'perf')
| -rw-r--r-- | perf/perf-db2.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perf/perf-db2.inc.php b/perf/perf-db2.inc.php index 7bf33941..569f4eb8 100644 --- a/perf/perf-db2.inc.php +++ b/perf/perf-db2.inc.php @@ -93,8 +93,8 @@ class perf_db2 extends adodb_perf{ /** * Gets a list of tables * - * @param int $throwaway A discarded variable to match the parent method - * @return str The formatted table list + * @param int $throwaway discarded variable to match the parent method + * @return string The formatted table list */ function Tables($throwaway=0) { |
