Avoid warning phpcs
This commit is contained in:
parent
3bb4c2ac09
commit
93636aef96
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue