Browse Source

Merge pull request #45346 from nextcloud/artonge/fix/setOwner_since

Fix setOwner since doc
techdebt/noid/log-condition-v2
Louis 2 weeks ago
parent
commit
2fa72c6647
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/public/Files/Storage/IStorage.php

+ 1
- 1
lib/public/Files/Storage/IStorage.php View File

@@ -469,7 +469,7 @@ interface IStorage {
*
* @param string|null $user Owner user id
* @return void
* @since 29.0.0
* @since 30.0.0
*/
public function setOwner(?string $user): void;
}

Loading…
Cancel
Save