diff options
Diffstat (limited to 'tests/mocks/database/drivers/postgre.php')
-rw-r--r-- | tests/mocks/database/drivers/postgre.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mocks/database/drivers/postgre.php b/tests/mocks/database/drivers/postgre.php index 5a45115fa..8c91e54a9 100644 --- a/tests/mocks/database/drivers/postgre.php +++ b/tests/mocks/database/drivers/postgre.php @@ -5,7 +5,6 @@ class Mock_Database_Drivers_Postgre extends Mock_Database_DB_Driver { /** * Instantiate the database driver * - * @param string DB Driver class name * @param array DB configuration to set * @return void */ |