populate remaining missing return types, using native returns where possible

this is done separately to stable so that stable changes can be integrated easily using an empty merge.
This commit is contained in:
Dylan K. Taylor
2020-01-19 10:26:35 +00:00
parent 3cf0b50b4a
commit 3ee6887792
17 changed files with 97 additions and 85 deletions

View File

@ -111,7 +111,7 @@ class SubChunk implements SubChunkInterface{
$this->blockLight = $data;
}
public function __debugInfo(){
public function __debugInfo() : array{
return [];
}