diff options
| author | Damien Regad <dregad@mantisbt.org> | 2021-08-24 01:47:30 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2022-01-16 18:23:45 +0100 |
| commit | 9747b1a543f5e01d15f5c521ce98ae0c8a70bdad (patch) | |
| tree | 12bc5c0cb5e043383976b8471877a0d23209aa7c | |
| parent | 503391326b5119822bc6e8b1770420abfa254cb0 (diff) | |
| download | adodb-9747b1a543f5e01d15f5c521ce98ae0c8a70bdad.tar.gz adodb-9747b1a543f5e01d15f5c521ce98ae0c8a70bdad.tar.bz2 adodb-9747b1a543f5e01d15f5c521ce98ae0c8a70bdad.zip | |
Remove irrelevant and incorrect @example tag
Referencing mssqlnative in the mysqli driver does not make sense.
Moreover the tag is not well formed and causes phpDocumentor to throw an
alert.
| -rw-r--r-- | drivers/adodb-mysqli.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/adodb-mysqli.inc.php b/drivers/adodb-mysqli.inc.php index 8b33cd88..c1d58dc0 100644 --- a/drivers/adodb-mysqli.inc.php +++ b/drivers/adodb-mysqli.inc.php @@ -131,7 +131,6 @@ class ADODB_mysqli extends ADOConnection { * @param int $parameter The parameter to set * @param string $value The value of the parameter * - * @example, for mssqlnative driver ('CharacterSet','UTF-8') * @return bool */ public function setConnectionParameter($parameter, $value) { |
