Skip to content

Commit

Permalink
Issue CollaboraOnline#43: Put array closing bracket on new line.
Browse files Browse the repository at this point in the history
  • Loading branch information
donquixote committed Nov 8, 2024
1 parent dd310bd commit 634904c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Cool/CoolRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ function getDiscovery($server) {
'ssl' => [
'verify_peer' => !$disable_checks,
'verify_peer_name' => !$disable_checks,
]]);
$res = file_get_contents($discovery_url, false, $stream_context);
],
]);
$res = file_get_contents($discovery_url, FALSE, $stream_context);
return $res;
}

Expand Down

0 comments on commit 634904c

Please sign in to comment.