Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBaptiste Fotia <fotia.baptiste@hotmail.com>2022-09-26 18:12:50 +0300
committerBaptiste Fotia <fotia.baptiste@hotmail.com>2022-09-26 18:12:50 +0300
commita57febef8255597a8aa22662639d12a7f8866b1c (patch)
tree9177e801795f359b0a5d6f10ccb8f34bb3ac5a10 /lib
parentbb785f04757f65d3e800c5f5c777d0caf94c3e0d (diff)
doc(Controller): Add the string for as props
Following this comment by Carl : https://github.com/nextcloud/groupfolders/pull/2072#discussion_r979807322 Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/DelegationController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/DelegationController.php b/lib/Controller/DelegationController.php
index 3dadffc6..f916838b 100644
--- a/lib/Controller/DelegationController.php
+++ b/lib/Controller/DelegationController.php
@@ -39,7 +39,7 @@ class DelegationController extends OCSController {
private DelegationService $delegation;
private AuthorizedGroupService $authorizedGroupService;
- public function __construct($AppName,
+ public function __construct(string $AppName,
IConfig $config,
IGroupManager $groupManager,
IRequest $request,