Typehints on missed sound and particle APIs

This commit is contained in:
Dylan K. Taylor
2018-05-02 11:44:18 +01:00
parent b4068dfd2f
commit d80c471ae1
23 changed files with 38 additions and 35 deletions

View File

@ -72,7 +72,7 @@ class FloatingTextParticle extends Particle{
return $this->invisible;
}
public function setInvisible(bool $value = true){
public function setInvisible(bool $value = true) : void{
$this->invisible = $value;
}