Removed auto-generated stub comments

This commit is contained in:
Dylan K. Taylor 2017-06-08 19:22:52 +01:00
parent 890f72dbf2
commit 2193adf844
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}
/**

View File

@ -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();
}
/**