master-specific PHPStan nits

This commit is contained in:
Dylan K. Taylor
2019-01-04 00:40:09 +00:00
parent e1064a9e36
commit 7a4e2371e6
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ interface LevelData{
public function getTime() : int;
/**
* @param int
* @param int $value
*/
public function setTime(int $value) : void;