aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/lock/db.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/lock/db.php')
-rw-r--r--phpBB/includes/lock/db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/lock/db.php b/phpBB/includes/lock/db.php
index fa559d6887..6e94dd5a85 100644
--- a/phpBB/includes/lock/db.php
+++ b/phpBB/includes/lock/db.php
@@ -125,7 +125,7 @@ class phpbb_lock_db
* Note: Attempting to release a lock that is already released,
* that is, calling release() multiple times, is harmless.
*
- * @return void
+ * @return null
*/
public function release()
{