FloatingTextParticle: fixed incorrect parameter type doc

This commit is contained in:
Dylan K. Taylor 2017-09-21 18:31:12 +01:00
parent d0a96f35da
commit 10f6a0eef0

View File

@ -39,7 +39,7 @@ class FloatingTextParticle extends Particle{
/**
* @param Vector3 $pos
* @param int $text
* @param string $text
* @param string $title
*/
public function __construct(Vector3 $pos, $text, $title = ""){