summaryrefslogtreecommitdiffstats
path: root/lib/Share
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-02-01 15:21:14 +0100
committerJoas Schilling <coding@schilljs.com>2024-02-01 15:21:14 +0100
commite0f1906f8df9600504d39570ecabf289e3ba2529 (patch)
treedeb3de688448252e27c26426aa5f4815f018604a /lib/Share
parent3c4b21408953cc20d4d33e27a73f5f278d8ebf48 (diff)
fix(CS): Prepare coding standard update
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Share')
-rw-r--r--lib/Share/RoomShareProvider.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Share/RoomShareProvider.php b/lib/Share/RoomShareProvider.php
index 5919900c3..caf249b13 100644
--- a/lib/Share/RoomShareProvider.php
+++ b/lib/Share/RoomShareProvider.php
@@ -1091,7 +1091,7 @@ class RoomShareProvider implements IShareProvider {
* @param string $roomToken
* @param string|null $user
*/
- public function deleteInRoom(string $roomToken, string $user = null): void {
+ public function deleteInRoom(string $roomToken, ?string $user = null): void {
$this->cleanSharesByIdCache();
//First delete all custom room shares for the original shares to be removed