mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
phpdoc armageddon for master, pass 1
This commit is contained in:
@ -78,16 +78,10 @@ class Sign extends Spawnable{
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return SignText
|
||||
*/
|
||||
public function getText() : SignText{
|
||||
return $this->text;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param SignText $text
|
||||
*/
|
||||
public function setText(SignText $text) : void{
|
||||
$this->text = $text;
|
||||
}
|
||||
|
Reference in New Issue
Block a user