mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
phpdoc armageddon for master, pass 1
This commit is contained in:
@ -51,10 +51,6 @@ class FloatingTextParticle implements Particle{
|
||||
/** @var bool */
|
||||
protected $invisible = false;
|
||||
|
||||
/**
|
||||
* @param string $text
|
||||
* @param string $title
|
||||
*/
|
||||
public function __construct(string $text, string $title = ""){
|
||||
$this->text = $text;
|
||||
$this->title = $title;
|
||||
|
Reference in New Issue
Block a user