summaryrefslogtreecommitdiff
path: root/adodb-xmlschema.inc.php
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2023-05-22 13:39:19 +0200
committerDamien Regad <dregad@mantisbt.org>2023-05-22 14:55:36 +0200
commit80e5548314a4b7fdbc1b770573d111ac3b570002 (patch)
treeaa9ea50bb130c587e4f6bc44b2887df5ace5abb0 /adodb-xmlschema.inc.php
parentc332300e85919cdec959593a2e5d07e9bd1549e7 (diff)
downloadadodb-80e5548314a4b7fdbc1b770573d111ac3b570002.tar.gz
adodb-80e5548314a4b7fdbc1b770573d111ac3b570002.tar.bz2
adodb-80e5548314a4b7fdbc1b770573d111ac3b570002.zip
PHPDoc
Diffstat (limited to 'adodb-xmlschema.inc.php')
-rw-r--r--adodb-xmlschema.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/adodb-xmlschema.inc.php b/adodb-xmlschema.inc.php
index ac13d34e..662e2aae 100644
--- a/adodb-xmlschema.inc.php
+++ b/adodb-xmlschema.inc.php
@@ -412,7 +412,7 @@ class dbTable extends dbObject {
* @param string $type ADODB datadict field type.
* @param string $size Field size
* @param array $opts Field options array
- * @return array Field specifier array
+ * @return void
*/
function addField( $name, $type, $size = NULL, $opts = NULL ) {
$field_id = $this->FieldID( $name );
@@ -446,7 +446,7 @@ class dbTable extends dbObject {
* @param string $field Field name
* @param string $opt ADOdb field option
* @param mixed $value Field option value
- * @return array Field specifier array
+ * @return void
*/
function addFieldOpt( $field, $opt, $value = NULL ) {
if( !isset( $value ) ) {