Shut PhpStorm up

This commit is contained in:
Dylan K. Taylor
2017-01-11 10:11:13 +00:00
parent 8f797442b3
commit 3bbf2c245a
2 changed files with 4 additions and 2 deletions

View File

@ -83,7 +83,7 @@ abstract class BaseLevelProvider implements LevelProvider{
}
public function getName() : string{
return $this->levelData["LevelName"];
return (string) $this->levelData["LevelName"];
}
public function getTime(){