diff options
Diffstat (limited to 'lib/public/Collaboration/Reference/IReferenceManager.php')
-rw-r--r-- | lib/public/Collaboration/Reference/IReferenceManager.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/Collaboration/Reference/IReferenceManager.php b/lib/public/Collaboration/Reference/IReferenceManager.php index 8e6dee4aa2d..d757d35834a 100644 --- a/lib/public/Collaboration/Reference/IReferenceManager.php +++ b/lib/public/Collaboration/Reference/IReferenceManager.php @@ -83,10 +83,10 @@ interface IReferenceManager { * @param string $userId * @param string $providerId * @param int|null $timestamp use current timestamp if null - * @return void + * @return bool * @since 26.0.0 */ - public function touchProvider(string $userId, string $providerId, ?int $timestamp = null): void; + public function touchProvider(string $userId, string $providerId, ?int $timestamp = null): bool; /** * Get all known last used timestamps for reference providers |