mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12715] Cleanup comments in \phpbb\lock\*
PHPBB3-12715
This commit is contained in:
@@ -54,8 +54,8 @@ class db
|
|||||||
*
|
*
|
||||||
* You have to call acquire() to actually create the lock.
|
* You have to call acquire() to actually create the lock.
|
||||||
*
|
*
|
||||||
* @param string $config_name A config variable to be used for locking
|
* @param string $config_name A config variable to be used for locking
|
||||||
* @param array $config The phpBB configuration
|
* @param \phpbb\config\config $config The phpBB configuration
|
||||||
* @param \phpbb\db\driver\driver_interface $db A database connection
|
* @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)
|
public function __construct($config_name, \phpbb\config\config $config, \phpbb\db\driver\driver_interface $db)
|
||||||
|
Reference in New Issue
Block a user