file: Fix doc of LocalRepo::locked

It is used as int

Change-Id: Ia4613ae6232364b99ae793bcf2ba21694f4e573a
This commit is contained in:
Umherirrender 2021-09-20 23:26:42 +02:00
parent 3d9a1a158c
commit bee7d72a09

View file

@ -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 */