From d7c0e619d92b2e9a12ea8bf7da393b95754bbeb7 Mon Sep 17 00:00:00 2001 From: peterdd Date: Sun, 24 Jan 2021 17:48:23 +0100 Subject: Fix phpdoc for extractSchema() (#662) --- adodb-xmlschema03.inc.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'adodb-xmlschema03.inc.php') diff --git a/adodb-xmlschema03.inc.php b/adodb-xmlschema03.inc.php index af7a1c0f..9fb8272c 100644 --- a/adodb-xmlschema03.inc.php +++ b/adodb-xmlschema03.inc.php @@ -2093,12 +2093,12 @@ class adoSchema { * * Call this method to create an XML schema string from an existing database. * If the data parameter is set to TRUE, AXMLS will include the data from the database - * in the schema. + * tables in the schema. * - * @param boolean $data Include data in schema dump - * @indent string indentation to use - * @prefix string extract only tables with given prefix - * @stripprefix strip prefix string when storing in XML schema + * @param boolean $data include data in schema dump + * @param string $indent indentation to use + * @param string $prefix extract only tables with given prefix + * @param boolean $stripprefix strip prefix string when storing in XML schema * @return string Generated XML schema */ function extractSchema( $data = FALSE, $indent = ' ', $prefix = '' , $stripprefix=false) { -- cgit v1.3