fix rogue @package doc making doxygen choke

This commit is contained in:
Dylan K. Taylor 2019-07-26 19:14:45 +01:00
parent 17341d7406
commit 581eeee01d

View File

@ -32,8 +32,6 @@ 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.
*
* @package pocketmine\scheduler
*/
class BulkCurlTask extends AsyncTask{
private $operations;