Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-10-28 17:06:30 +01:00
parent ef59b71cdf
commit 9a85441c61
3 changed files with 5 additions and 6 deletions

View File

@ -129,8 +129,7 @@ function getURLContent($url, $postorget = 'GET', $param = '', $followlocation =
$info = array(); $info = array();
$response = ''; $response = '';
do do {
{
if ($maxRedirection < 1) break; if ($maxRedirection < 1) break;
curl_setopt($ch, CURLOPT_URL, $newUrl); curl_setopt($ch, CURLOPT_URL, $newUrl);