summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-25 23:01:45 +0200
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-25 23:01:45 +0200
commitf6e1b43a38823b53b3fb80ec78fe6faddb367312 (patch)
tree84ce88cdcd402ae56122c3b3758455a3a516a9ac /lib/public
parent9c6ba6b123d28078ae914dd0a8add55361141aba (diff)
parentdbfdc6282af2c00deece8196684b7c67a1064bb4 (diff)
downloadnextcloud-server-f6e1b43a38823b53b3fb80ec78fe6faddb367312.tar.gz
nextcloud-server-f6e1b43a38823b53b3fb80ec78fe6faddb367312.zip
Merge pull request #22648 from owncloud/propagate-single
do propagation in a single query
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/files/cache/ipropagator.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/files/cache/ipropagator.php b/lib/public/files/cache/ipropagator.php
index 9730601d573..5494ec9a54e 100644
--- a/lib/public/files/cache/ipropagator.php
+++ b/lib/public/files/cache/ipropagator.php
@@ -30,7 +30,6 @@ interface IPropagator {
/**
* @param string $internalPath
* @param int $time
- * @return array[] all propagated cache entries
* @since 9.0.0
*/
public function propagateChange($internalPath, $time);