changing default attributes in order to avoid scrutinizer complains
This commit is contained in:
parent
0e088579c5
commit
3c4438895f
|
@ -37,8 +37,8 @@ class DB_Sql {
|
||||||
|
|
||||||
|
|
||||||
/* PDO related variables */
|
/* PDO related variables */
|
||||||
private $pdo_instance = FALSE;
|
private $pdo_instance = NULL;
|
||||||
private $pdo_query = FALSE;
|
private $pdo_query = NULL;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
|
Loading…
Reference in New Issue