mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
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:
@ -35,7 +35,7 @@ trait CommonThreadPartsTrait{
|
||||
/** @var bool */
|
||||
protected $isKilled = false;
|
||||
|
||||
public function getClassLoader(){
|
||||
public function getClassLoader() : ?\ClassLoader{
|
||||
return $this->classLoader;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user