mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Visibility keyword before final or abstract keyword. (#814)
This commit is contained in:
@ -34,7 +34,7 @@ abstract class Tag extends \stdClass{
|
||||
return $this->value;
|
||||
}
|
||||
|
||||
public abstract function getType();
|
||||
abstract public function getType();
|
||||
|
||||
public function setValue($value){
|
||||
$this->value = $value;
|
||||
|
Reference in New Issue
Block a user