From 80e5548314a4b7fdbc1b770573d111ac3b570002 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Mon, 22 May 2023 13:39:19 +0200 Subject: PHPDoc --- adodb-xmlschema.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'adodb-xmlschema.inc.php') 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 ) ) { -- cgit v1.3