From ac284ab4e47ca01f22096cde32b5833c60ae69ee Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Thu, 11 Mar 2021 19:27:26 +0100 Subject: Fix PHPStorm static analysis warnings - SQL syntax - unused variables - duplicated code - Whitespace - Variables and return types in PHPDoc --- adodb-datadict.inc.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'adodb-datadict.inc.php') diff --git a/adodb-datadict.inc.php b/adodb-datadict.inc.php index f458e1b3..30ede0e0 100644 --- a/adodb-datadict.inc.php +++ b/adodb-datadict.inc.php @@ -164,6 +164,7 @@ function lens_ParseArgs($args,$endstmtchar=',',$tokenchars='_.-') class ADODB_DataDict { + /** @var ADOConnection */ var $connection; var $debug = false; var $dropTable = 'DROP TABLE %s'; @@ -182,6 +183,8 @@ class ADODB_DataDict { var $invalidResizeTypes4 = array('CLOB','BLOB','TEXT','DATE','TIME'); // for changeTableSQL var $blobSize = 100; /// any varchar/char field this size or greater is treated as a blob /// in other words, we use a text area for editing. + /** @var string Uppercase driver name */ + var $upperName; /* * Indicates whether a BLOB/CLOB field will allow a NOT NULL setting -- cgit v1.3