diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-08-25 16:26:31 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-08-25 16:26:31 +0200 |
commit | 9a2902553495baa6fb1515176a8bbaab5633fb58 (patch) | |
tree | f795d5a7053ee1ed69c989946cc9136cd5917550 /lib/private/Repair.php | |
parent | 652ab6da3f5309b0ea6e1e19ce4d915ecb6cc9b1 (diff) | |
download | nextcloud-server-9a2902553495baa6fb1515176a8bbaab5633fb58.tar.gz nextcloud-server-9a2902553495baa6fb1515176a8bbaab5633fb58.zip |
Parameter of RepairAdvanceEvent is actually an increment, not a step id
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'lib/private/Repair.php')
-rw-r--r-- | lib/private/Repair.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Repair.php b/lib/private/Repair.php index 97a72707d03..e2e5da79216 100644 --- a/lib/private/Repair.php +++ b/lib/private/Repair.php @@ -279,7 +279,7 @@ class Repair implements IOutput { } /** - * @param int $step + * @param int $step number of step to advance * @param string $description */ public function advance($step = 1, $description = '') { |