mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-15 07:55:31 +00:00
fix rogue @package doc making doxygen choke
This commit is contained in:
parent
17341d7406
commit
581eeee01d
@ -32,8 +32,6 @@ use function unserialize;
|
|||||||
* Executes a consecutive list of cURL operations.
|
* 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 Utils::simpleCurl}) or InternetException objects.
|
||||||
*
|
|
||||||
* @package pocketmine\scheduler
|
|
||||||
*/
|
*/
|
||||||
class BulkCurlTask extends AsyncTask{
|
class BulkCurlTask extends AsyncTask{
|
||||||
private $operations;
|
private $operations;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user