From 2134cdcd54c0e6aecab64d7745c6255cc49b3025 Mon Sep 17 00:00:00 2001 From: LDAV Date: Thu, 19 Oct 2023 12:28:31 +0200 Subject: [PATCH] Update Setup.php fix some syntax errors --- setup/Setup.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup/Setup.php b/setup/Setup.php index 16659cb..021b377 100644 --- a/setup/Setup.php +++ b/setup/Setup.php @@ -658,11 +658,11 @@ public static function setup(Event $event) { "logo"=> "/assets/img/logo.png", "client_id"=> $proxyClientID, "client_secret"=> $proxyClientSecret, - "level": 2, - "atcs_index": 0, - "handler": "Plain", - "response_attributes_prefix": "" - "redirect_uri"=> [$proxyRedirectURI] + "level" => 2, + "atcs_index" => 0, + "handler" => "Plain", + "response_attributes_prefix" => "", + "redirect_uri"=> [$proxyRedirectURI], ) ), 'signProxyResponse'=> $signProxyResponse, @@ -1725,7 +1725,7 @@ public static function remove() { * @param $config * @return array */ - private static function proxyVariables($config): array { + private static function proxyVariables($config) { return array( "{{SDKHOME}}" => $config['installDir'], "{{PROXY_CLIENT_CONFIG}}" => var_export($config['proxyConfig'], true),