Skip to content

Commit

Permalink
16.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <robin@icewind.nl>
  • Loading branch information
icewind1991 committed Nov 7, 2023
1 parent 711edc6 commit d4b481e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.]]></description>
<version>16.0.0-dev</version>
<version>16.0.0</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>
Expand Down
4 changes: 2 additions & 2 deletions tests/stub.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []) {
}
}
}

Expand Down

0 comments on commit d4b481e

Please sign in to comment.