summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-08-03 09:05:29 +0200
committerAndrey Andreev <narf@devilix.net>2015-08-03 09:05:29 +0200
commit10fb7d17b2025de4963da8b0108fda4da36ade11 (patch)
treee408495939d1bd6f9e693cebb9dd54e767fedb49 /system/database/DB_driver.php
parent3da611e5b4c9cda8d70975d638f6f05066e46bc4 (diff)
[ci skip] Normalize tabs/spaces
Partial changes from PR #4016
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r--system/database/DB_driver.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index d2bce5c97..e58496de9 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -451,7 +451,7 @@ abstract class CI_DB_driver {
*
* This is just a dummy method that all drivers will override.
*
- * @return mixed
+ * @return mixed
*/
public function db_connect()
{
@@ -481,7 +481,7 @@ abstract class CI_DB_driver {
* This is just a dummy method to allow drivers without such
* functionality to not declare it, while others will override it.
*
- * @return void
+ * @return void
*/
public function reconnect()
{
@@ -495,7 +495,7 @@ abstract class CI_DB_driver {
* This is just a dummy method to allow drivers without such
* functionality to not declare it, while others will override it.
*
- * @return bool
+ * @return bool
*/
public function db_select()
{