mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
populate remaining missing return types, using native returns where possible
this is done separately to stable so that stable changes can be integrated easily using an empty merge.
This commit is contained in:
@ -72,6 +72,8 @@ abstract class Task{
|
||||
|
||||
/**
|
||||
* Actions to execute if the Task is cancelled
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function onCancel(){
|
||||
|
||||
|
Reference in New Issue
Block a user