Merge pull request #29243 from nextcloud/bugfix/noid/ipropagator-sizedifference

Add already used optional sizeDifference parameter to IPropagator
pull/29285/head
Vincent Petry 3 years ago committed by GitHub
commit 822623109f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,8 @@ interface IPropagator {
/** /**
* @param string $internalPath * @param string $internalPath
* @param int $time * @param int $time
* @param int $sizeDifference
* @since 9.0.0 * @since 9.0.0
*/ */
public function propagateChange($internalPath, $time); public function propagateChange($internalPath, $time, $sizeDifference = 0);
} }

Loading…
Cancel
Save