mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
Removed auto-generated stub comments
This commit is contained in:
@ -56,7 +56,7 @@ class ByteArrayTag extends NamedTag{
|
||||
* @return string
|
||||
*/
|
||||
public function &getValue() : string{
|
||||
return parent::getValue(); // TODO: Change the autogenerated stub
|
||||
return parent::getValue();
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -55,7 +55,7 @@ class ShortTag extends NamedTag{
|
||||
* @return int
|
||||
*/
|
||||
public function &getValue() : int{
|
||||
return parent::getValue(); // TODO: Change the autogenerated stub
|
||||
return parent::getValue();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user