diff options
author | Robin Appelman <robin@icewind.nl> | 2022-03-24 16:34:13 +0000 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2022-03-24 17:41:37 +0100 |
commit | 881e107543948d75593360a606e8cc87c618a8f6 (patch) | |
tree | 1c93ad9120ebc5101b1ea70ad3648b75d1eb6539 /apps/files_external | |
parent | 1179873f33cebcd2132aa5f51da952412830b94e (diff) | |
download | nextcloud-server-881e107543948d75593360a606e8cc87c618a8f6.tar.gz nextcloud-server-881e107543948d75593360a606e8cc87c618a8f6.zip |
Apply suggestions from code review
Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/lib/Service/StoragesService.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Service/StoragesService.php b/apps/files_external/lib/Service/StoragesService.php index 6d03590d345..489192dbdc2 100644 --- a/apps/files_external/lib/Service/StoragesService.php +++ b/apps/files_external/lib/Service/StoragesService.php @@ -349,7 +349,7 @@ abstract class StoragesService { * @param string $mountType hook mount type param * @param array $applicableArray array of applicable users/groups for which to trigger the hook */ - protected function triggerApplicableHooks($signal, $mountPoint, $mountType, $applicableArray) { + protected function triggerApplicableHooks($signal, $mountPoint, $mountType, $applicableArray): void { $this->eventDispatcher->dispatchTyped(new InvalidateMountCacheEvent(null)); foreach ($applicableArray as $applicable) { \OCP\Util::emitHook( |