fix(files): setOwner since doc

Signed-off-by: Louis Chemineau <louis@chmn.me>
pull/45346/head
Louis Chemineau 12 months ago
parent ef1c32a222
commit 0114e9cd84
No known key found for this signature in database
  1. 2
      lib/public/Files/Storage/IStorage.php

@ -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