summaryrefslogtreecommitdiffstats
path: root/tests/mocks/database/drivers/pdo.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mocks/database/drivers/pdo.php')
-rw-r--r--tests/mocks/database/drivers/pdo.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/mocks/database/drivers/pdo.php b/tests/mocks/database/drivers/pdo.php
index 590e19552..17768eed7 100644
--- a/tests/mocks/database/drivers/pdo.php
+++ b/tests/mocks/database/drivers/pdo.php
@@ -1,13 +1,13 @@
<?php
class Mock_Database_Drivers_PDO extends Mock_Database_DB_Driver {
-
+
/**
* Instantiate the database driver
*
- * @param string DB Driver class name
- * @param array DB configuration to set
- * @return void
+ * @param string DB Driver class name
+ * @param array DB configuration to set
+ * @return void
*/
public function __construct($config = array())
{