mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 09:49:50 +00:00
Removed auto-generated stub comments
This commit is contained in:
parent
890f72dbf2
commit
2193adf844
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user