From 35e338c9ad804389c41b7e180328676fb947f842 Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Wed, 11 Nov 2015 14:32:11 +0000 Subject: [PATCH] Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- src/Query/AbstractDriver.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Query/AbstractDriver.php b/src/Query/AbstractDriver.php index ecaabec..d3a0ba4 100644 --- a/src/Query/AbstractDriver.php +++ b/src/Query/AbstractDriver.php @@ -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() {