mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +00:00
Visibility keyword before final or abstract keyword. (#814)
This commit is contained in:
@ -41,7 +41,7 @@ abstract class PluginTask extends Task{
|
||||
/**
|
||||
* @return Plugin
|
||||
*/
|
||||
public final function getOwner(){
|
||||
final public function getOwner(){
|
||||
return $this->owner;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user