diff --git a/appinfo/info.xml b/appinfo/info.xml index 4057c1e7f..18e1860aa 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ Folders can be configured from *Group folders* in the admin settings. After a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder. Note: Encrypting the contents of group folders is currently not supported.]]> - 16.0.0-dev + 16.0.0 agpl Robin Appelman GroupFolders diff --git a/tests/stub.phpstub b/tests/stub.phpstub index ab7de7f52..6fa7f7b27 100644 --- a/tests/stub.phpstub +++ b/tests/stub.phpstub @@ -393,8 +393,8 @@ namespace OC\Files\Node { } class LazyFolder implements \OCP\Files\Folder { - public function __construct(\OCP\Files\IRootFolder $rootFolder, \Closure $folderClosure, array $data = []) { - } + public function __construct(\OCP\Files\IRootFolder $rootFolder, \Closure $folderClosure, array $data = []) { + } } }