Code style fixes (camelCased variables).
This commit is contained in:
parent
4013fc76ff
commit
8d9c4824c7
15 changed files with 141 additions and 142 deletions
|
|
@ -192,12 +192,12 @@ class Database extends \PDO
|
|||
|
||||
/**
|
||||
* @param string $statement
|
||||
* @param array $driver_options
|
||||
* @param array $driverOptions
|
||||
*
|
||||
* @return \PDOStatement
|
||||
*/
|
||||
public function prepareCommon($statement, array $driver_options = [])
|
||||
public function prepareCommon($statement, array $driverOptions = [])
|
||||
{
|
||||
return parent::prepare($this->quoteNames($statement), $driver_options);
|
||||
return parent::prepare($this->quoteNames($statement), $driverOptions);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue