Skip to content

Commit c2bddb7

Browse files
authored
Merge pull request #9 from LibreSign/chore/bump-dependencies
chore: bump dependencies
2 parents 48f91c3 + a9fc6ad commit c2bddb7

File tree

5 files changed

+103
-96
lines changed

5 files changed

+103
-96
lines changed

composer.lock

Lines changed: 35 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Controller/AdminGroupController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function __construct(
5656
* @param string $displayname Display name of the group
5757
* @param string $quota Group quota in "human readable" format. Default value is 1Gb.
5858
* @param list<string> $apps List of app ids to enable
59-
* @return DataResponse<Http::STATUS_OK, array<empty>, array{}>
59+
* @return DataResponse<Http::STATUS_OK, list<empty>, array{}>
6060
*
6161
* 200: OK
6262
* 401: Unauthorized
@@ -86,7 +86,7 @@ public function createAdminGroup(
8686
*
8787
* @param string $groupid ID of the group
8888
* @param int<0, 1> $enabled 1 or 0
89-
* @return DataResponse<Http::STATUS_OK|Http::STATUS_NOT_FOUND, array<empty>, array{}>
89+
* @return DataResponse<Http::STATUS_OK|Http::STATUS_NOT_FOUND, list<empty>, array{}>
9090
*
9191
* 200: OK
9292
* 401: Unauthorized

vendor-bin/coding-standard/composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor-bin/openapi-extractor/composer.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)