diff options
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Files/Cache/IPropagator.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/Files/Cache/IPropagator.php b/lib/public/Files/Cache/IPropagator.php index 8be6c878a97..0ff72cd849f 100644 --- a/lib/public/Files/Cache/IPropagator.php +++ b/lib/public/Files/Cache/IPropagator.php @@ -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); } |