Merge pull request #7 from timw4mail/scrutinizer-patch-2
Scrutinizer Auto-Fixes
This commit is contained in:
commit
61112ffc03
@ -161,7 +161,7 @@ abstract class AbstractDriver extends \PDO implements DriverInterface {
|
|||||||
/**
|
/**
|
||||||
* Get the SQL class for the current driver
|
* Get the SQL class for the current driver
|
||||||
*
|
*
|
||||||
* @return SQL_Interface
|
* @return SQLInterface
|
||||||
*/
|
*/
|
||||||
public function get_sql()
|
public function get_sql()
|
||||||
{
|
{
|
||||||
@ -173,7 +173,7 @@ abstract class AbstractDriver extends \PDO implements DriverInterface {
|
|||||||
/**
|
/**
|
||||||
* Get the Util class for the current driver
|
* Get the Util class for the current driver
|
||||||
*
|
*
|
||||||
* @return Abstract_Util
|
* @return AbstractUtil
|
||||||
*/
|
*/
|
||||||
public function get_util()
|
public function get_util()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user