mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10103] New and improved wording.
PHPBB3-10103
This commit is contained in:
parent
e22dd7dfad
commit
3e093c282a
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ if (!defined('IN_PHPBB'))
|
||||||
class phpbb_lock_flock
|
class phpbb_lock_flock
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Path to the file access to which is controlled
|
* Path to the file to which access is controlled
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
|
@ -39,7 +39,7 @@ class phpbb_lock_flock
|
||||||
*
|
*
|
||||||
* You have to call acquire() to actually acquire the lock.
|
* You have to call acquire() to actually acquire the lock.
|
||||||
*
|
*
|
||||||
* @param string $path Path to the file access to which is controlled
|
* @param string $path Path to the file to which access is controlled
|
||||||
*/
|
*/
|
||||||
public function __construct($path)
|
public function __construct($path)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue