Avoid warning phpcs

This commit is contained in:
fbsanchez 2021-08-12 12:00:53 +02:00
parent 3bb4c2ac09
commit 93636aef96
1 changed files with 1 additions and 0 deletions

View File

@ -666,6 +666,7 @@ class Client
$target = __('console update %d', $request['version']); $target = __('console update %d', $request['version']);
} }
// phpcs:disable Generic.CodeAnalysis.UnusedFunctionParameter.Found
curl_setopt( curl_setopt(
$ch, $ch,
CURLOPT_PROGRESSFUNCTION, CURLOPT_PROGRESSFUNCTION,