Task: remove obsolete doc comment

not anymore sunshine
This commit is contained in:
Dylan K. Taylor 2018-05-30 21:30:43 +01:00
parent 18fdbc2834
commit b3043f9552

View File

@ -23,9 +23,6 @@ declare(strict_types=1);
namespace pocketmine\scheduler;
/**
* WARNING! Tasks created by plugins MUST extend PluginTask
*/
abstract class Task{
/** @var TaskHandler */