mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-21 06:56:57 +00:00
add types for missing ones
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
eaabc8e4b0
commit
8089ab83cf
6 changed files with 19 additions and 60 deletions
|
|
@ -19,7 +19,7 @@ class ConfigurationController
|
|||
$this->configurationManager = $configurationManager;
|
||||
}
|
||||
|
||||
public function SetConfig(Request $request, Response $response, $args) : Response {
|
||||
public function SetConfig(Request $request, Response $response, mixed $args) : Response {
|
||||
try {
|
||||
if (isset($request->getParsedBody()['domain'])) {
|
||||
$domain = $request->getParsedBody()['domain'] ?? '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue