1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 00:02:18 +02:00

[ticket/12715] Cleanup comments in \phpbb\lock\*

PHPBB3-12715
This commit is contained in:
Tristan Darricau 2014-06-15 14:19:38 +02:00
parent 51ade62400
commit d3e35149a5

View File

@ -54,8 +54,8 @@ class db
*
* You have to call acquire() to actually create the lock.
*
* @param string $config_name A config variable to be used for locking
* @param array $config The phpBB configuration
* @param string $config_name A config variable to be used for locking
* @param \phpbb\config\config $config The phpBB configuration
* @param \phpbb\db\driver\driver_interface $db A database connection
*/
public function __construct($config_name, \phpbb\config\config $config, \phpbb\db\driver\driver_interface $db)