mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-05 09:39:56 +00:00
FloatingTextParticle: fixed incorrect parameter type doc
This commit is contained in:
parent
d0a96f35da
commit
10f6a0eef0
@ -39,7 +39,7 @@ class FloatingTextParticle extends Particle{
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param Vector3 $pos
|
* @param Vector3 $pos
|
||||||
* @param int $text
|
* @param string $text
|
||||||
* @param string $title
|
* @param string $title
|
||||||
*/
|
*/
|
||||||
public function __construct(Vector3 $pos, $text, $title = ""){
|
public function __construct(Vector3 $pos, $text, $title = ""){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user