diff options
| author | Damien Regad <dregad@mantisbt.org> | 2021-10-25 19:05:43 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2022-01-16 18:23:45 +0100 |
| commit | c89ce556bd5f60a9dc337a3c809163c20c4208a9 (patch) | |
| tree | c12e3e1c38efa42301e63e677269279942609f91 /adodb-datadict.inc.php | |
| parent | 9747b1a543f5e01d15f5c521ce98ae0c8a70bdad (diff) | |
| download | adodb-c89ce556bd5f60a9dc337a3c809163c20c4208a9.tar.gz adodb-c89ce556bd5f60a9dc337a3c809163c20c4208a9.tar.bz2 adodb-c89ce556bd5f60a9dc337a3c809163c20c4208a9.zip | |
Fix reported errors in generated documentation
Diffstat (limited to 'adodb-datadict.inc.php')
| -rw-r--r-- | adodb-datadict.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/adodb-datadict.inc.php b/adodb-datadict.inc.php index c73d5f2a..9dfa07a6 100644 --- a/adodb-datadict.inc.php +++ b/adodb-datadict.inc.php @@ -507,7 +507,7 @@ class ADODB_DataDict { * @param string $tabname table-name * @param string $flds column-name and type for the changed column * @param string $tableflds='' complete definition of the new table, eg. for postgres, default '' - * @param array/string $tableoptions='' options for the new table see createTableSQL, default '' + * @param array|string $tableoptions='' options for the new table see createTableSQL, default '' * @return array with SQL strings */ function alterColumnSQL($tabname, $flds, $tableflds='',$tableoptions='') @@ -562,7 +562,7 @@ class ADODB_DataDict { * @param string $tabname table-name * @param string $flds column-name and type for the changed column * @param string $tableflds='' complete definition of the new table, eg. for postgres, default '' - * @param array/string $tableoptions='' options for the new table see createTableSQL, default '' + * @param array|string $tableoptions='' options for the new table see createTableSQL, default '' * @return array with SQL strings */ function dropColumnSQL($tabname, $flds, $tableflds='',$tableoptions='') |
