diff options
author | Patrick Webster <noxwizard@phpbb.com> | 2012-02-28 13:47:15 -0600 |
---|---|---|
committer | Patrick Webster <noxwizard@phpbb.com> | 2012-05-08 04:31:29 -0500 |
commit | 5cbe919256a0046a896a88c47b96276b6d7c05d0 (patch) | |
tree | 161410b080100eb2a1a9499347b625c4a8ad3df1 /tests/test_framework/phpbb_database_connection_helper.php | |
parent | d578eff712b6376e3568965afec7054bff317127 (diff) | |
download | forums-5cbe919256a0046a896a88c47b96276b6d7c05d0.tar forums-5cbe919256a0046a896a88c47b96276b6d7c05d0.tar.gz forums-5cbe919256a0046a896a88c47b96276b6d7c05d0.tar.bz2 forums-5cbe919256a0046a896a88c47b96276b6d7c05d0.tar.xz forums-5cbe919256a0046a896a88c47b96276b6d7c05d0.zip |
[ticket/10678] Fix formatting
PHPBB3-10678
Diffstat (limited to 'tests/test_framework/phpbb_database_connection_helper.php')
-rw-r--r-- | tests/test_framework/phpbb_database_connection_helper.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/test_framework/phpbb_database_connection_helper.php b/tests/test_framework/phpbb_database_connection_helper.php index e1c50655ed..6ba527b5d9 100644 --- a/tests/test_framework/phpbb_database_connection_helper.php +++ b/tests/test_framework/phpbb_database_connection_helper.php @@ -1,5 +1,13 @@ <?php /** +* +* @package testing +* @copyright (c) 2011 phpBB Group +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 +* +*/ + +/** * Used for passing in information about the PDO driver * since the PDO class reveals nothing about the DSN that * the user provided. @@ -21,4 +29,4 @@ class phpbb_database_connection_ODBC_PDO_wrapper extends PDO parent::__construct($dsn, $user, $pass); } -}
\ No newline at end of file +} |