file: Fix doc of LocalRepo::locked
It is used as int Change-Id: Ia4613ae6232364b99ae793bcf2ba21694f4e573a
This commit is contained in:
parent
3d9a1a158c
commit
bee7d72a09
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ class LocalFile extends File {
|
|||
/** @var bool Whether the row was scheduled to upgrade on load */
|
||||
private $upgrading;
|
||||
|
||||
/** @var bool True if the image row is locked */
|
||||
/** @var int If >= 1 the image row is locked */
|
||||
private $locked;
|
||||
|
||||
/** @var bool True if the image row is locked with a lock initiated transaction */
|
||||
|
|
|
|||
Loading…
Reference in a new issue