mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/11227] @return void -> @return null, per coding guidelines.
PHPBB3-11227
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user