Removed misleading outdated documentation (#519)

This commit is contained in:
Sandertv 2017-04-05 21:31:56 +02:00 committed by Dylan K. Taylor
parent f1510428d0
commit fd982afce6

View File

@ -30,8 +30,6 @@ abstract class Event{
* Any callable event must declare the static variable
*
* public static $handlerList = null;
* public static $eventPool = [];
* public static $nextEvent = 0;
*
* Not doing so will deny the proper event initialization
*/
@ -85,4 +83,4 @@ abstract class Event{
return static::$handlerList;
}
}
}