From d3e35149a532a7def95c805ef03f3169a710ba2f Mon Sep 17 00:00:00 2001
From: Tristan Darricau <github@nicofuma.fr>
Date: Sun, 15 Jun 2014 14:19:38 +0200
Subject: [PATCH] [ticket/12715] Cleanup comments in \phpbb\lock\*

PHPBB3-12715
---
 phpBB/phpbb/lock/db.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/phpBB/phpbb/lock/db.php b/phpBB/phpbb/lock/db.php
index e3c7e97792..85ba9a7aa3 100644
--- a/phpBB/phpbb/lock/db.php
+++ b/phpBB/phpbb/lock/db.php
@@ -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)