BulkCurlTask: point to the right place in docs

This commit is contained in:
Dylan K. Taylor 2019-07-26 19:18:09 +01:00
parent 581eeee01d
commit 99f65f19ac

View File

@ -31,7 +31,7 @@ use function unserialize;
/**
* Executes a consecutive list of cURL operations.
*
* The result of this AsyncTask is an array of arrays (returned from {@link Utils::simpleCurl}) or InternetException objects.
* The result of this AsyncTask is an array of arrays (returned from {@link Internet::simpleCurl}) or InternetException objects.
*/
class BulkCurlTask extends AsyncTask{
private $operations;