Make adjustments based on the review

Co-authored-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
This commit is contained in:
Hamid Dehnavi 2023-07-16 15:52:51 +03:30
parent 3aaab5b92b
commit 1f6a121ab0
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ class DashboardApiController extends OCSController {
IRequest $request,
private IManager $dashboardManager,
private IConfig $config,
private ?string $userId
private ?string $userId,
) {
parent::__construct($appName, $request);
}

View file

@ -36,7 +36,7 @@ class LayoutApiController extends OCSController {
string $appName,
IRequest $request,
private IConfig $config,
private string $userId
private ?string $userId,
) {
parent::__construct($appName, $request);