mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com> Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
82c371b519
commit
9fbcaae567
2 changed files with 149 additions and 3 deletions
|
|
@ -151,7 +151,7 @@ class ConfigurationManager
|
|||
$ch = curl_init();
|
||||
curl_setopt($ch, CURLOPT_URL,'http://' . $domain . ':443');
|
||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||
$response = curl_exec($ch);
|
||||
$response = (string)curl_exec($ch);
|
||||
# Get rid of trailing \n
|
||||
$response = str_replace("\n", "", $response);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue