diff options
author | Kasim Tan <kasimtan@gmail.com> | 2016-05-19 21:06:07 +0200 |
---|---|---|
committer | Kasim Tan <kasimtan@gmail.com> | 2016-05-19 21:06:07 +0200 |
commit | cadcef85a218595b5999442d669086bdb5628947 (patch) | |
tree | 7c78989d1c645ffd056b182ce0b153ce30d71ada /tests/mocks/database/drivers/pdo.php | |
parent | 6dfdbb2327b8bd628477af2a3d7f7c8bea2f1cec (diff) |
Fixed PHPDoc parameter name and type discrepancies
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 */ |