Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
Scrutinizer Auto-Fixer 2015-11-11 14:32:11 +00:00
parent e62f5771a5
commit 35e338c9ad
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
*
* @return SQL_Interface
* @return SQLInterface
*/
public function get_sql()
{
@ -173,7 +173,7 @@ abstract class AbstractDriver extends \PDO implements DriverInterface {
/**
* Get the Util class for the current driver
*
* @return Abstract_Util
* @return AbstractUtil
*/
public function get_util()
{