mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Visibility keyword before final or abstract keyword. (#814)
This commit is contained in:
@ -161,7 +161,7 @@ abstract class AsyncTask extends Collectable{
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public abstract function onRun();
|
||||
abstract public function onRun();
|
||||
|
||||
/**
|
||||
* Actions to execute when completed (on main thread)
|
||||
|
Reference in New Issue
Block a user