Skip to content

Commit

Permalink
Merge pull request #224 from LDAV/patch-4
Browse files Browse the repository at this point in the history
Update Setup.php
  • Loading branch information
damikael committed Oct 27, 2023
2 parents 1418aa2 + 2134cdc commit 73c69d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup/Setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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),
Expand Down

0 comments on commit 73c69d9

Please sign in to comment.