mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #29243 from nextcloud/bugfix/noid/ipropagator-sizedifference
Add already used optional sizeDifference parameter to IPropagator
This commit is contained in:
commit
822623109f
1 changed files with 2 additions and 1 deletions
|
|
@ -49,7 +49,8 @@ interface IPropagator {
|
|||
/**
|
||||
* @param string $internalPath
|
||||
* @param int $time
|
||||
* @param int $sizeDifference
|
||||
* @since 9.0.0
|
||||
*/
|
||||
public function propagateChange($internalPath, $time);
|
||||
public function propagateChange($internalPath, $time, $sizeDifference = 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue