BulkCurlTask: fixed reference to removed function [ci skip]

This commit is contained in:
Dylan K. Taylor 2021-03-16 23:38:07 +00:00
parent 83d1051a06
commit dcf53bd06d
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -42,7 +42,7 @@ class BulkCurlTask extends AsyncTask{
* *
* $operations accepts an array of arrays. Each member array must contain a string mapped to "page", and optionally, * $operations accepts an array of arrays. Each member array must contain a string mapped to "page", and optionally,
* "timeout", "extraHeaders" and "extraOpts". Documentation of these options are same as those in * "timeout", "extraHeaders" and "extraOpts". Documentation of these options are same as those in
* {@link Utils::simpleCurl}. * {@link Internet::simpleCurl}.
* *
* @param BulkCurlTaskOperation[] $operations * @param BulkCurlTaskOperation[] $operations
* @phpstan-param list<BulkCurlTaskOperation> $operations * @phpstan-param list<BulkCurlTaskOperation> $operations