mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Added some missing typehints
This commit is contained in:
@ -39,7 +39,7 @@ class SimpleChunkManager implements ChunkManager{
|
||||
* @param int $seed
|
||||
* @param int $worldHeight
|
||||
*/
|
||||
public function __construct($seed, int $worldHeight = Level::Y_MAX){
|
||||
public function __construct(int $seed, int $worldHeight = Level::Y_MAX){
|
||||
$this->seed = $seed;
|
||||
$this->worldHeight = $worldHeight;
|
||||
}
|
||||
|
Reference in New Issue
Block a user