1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 15:31:42 +02:00

[ticket/11015] Change more docblocks.

PHPBB3-11015
This commit is contained in:
Oleg Pudeyev
2012-12-04 04:29:31 -05:00
parent e765ccd075
commit 3687febdac
10 changed files with 18 additions and 18 deletions

View File

@@ -59,7 +59,7 @@ class phpbb_session_testable_factory
/**
* Retrieve the configured session class instance
*
* @param dbal $dbal The database connection to use for session data
* @param phpbb_db_driver $dbal The database connection to use for session data
* @return phpbb_mock_session_testable A session instance
*/
public function get_session(phpbb_db_driver $dbal)