Merge pull request #7 from timw4mail/scrutinizer-patch-2

Scrutinizer Auto-Fixes
This commit is contained in:
Timothy Warren 2015-11-11 13:11:22 -05:00
commit 61112ffc03
1 changed files with 2 additions and 2 deletions

View File

@ -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()
{ {