diff options
Diffstat (limited to 'tests/mocks/database/drivers/pdo.php')
-rw-r--r-- | tests/mocks/database/drivers/pdo.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mocks/database/drivers/pdo.php b/tests/mocks/database/drivers/pdo.php index 17768eed7..af1958aea 100644 --- a/tests/mocks/database/drivers/pdo.php +++ b/tests/mocks/database/drivers/pdo.php @@ -5,7 +5,6 @@ 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 */ |