mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/16955] Fix another batch of docblocks
PHPBB3-16955
This commit is contained in:
@@ -27,7 +27,7 @@ class flock
|
||||
|
||||
/**
|
||||
* File pointer for the lock file
|
||||
* @var string|bool
|
||||
* @var resource|closed-resource|false
|
||||
*/
|
||||
private $lock_fp;
|
||||
|
||||
@@ -130,7 +130,7 @@ class flock
|
||||
* Note: Attempting to release a lock that is already released,
|
||||
* that is, calling release() multiple times, is harmless.
|
||||
*
|
||||
* @return null
|
||||
* @return void
|
||||
*/
|
||||
public function release()
|
||||
{
|
||||
|
Reference in New Issue
Block a user