mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Modernize property type declarations
This commit is contained in:
@ -30,11 +30,9 @@ use function error_reporting;
|
||||
trait CommonThreadPartsTrait{
|
||||
/** @var \Threaded|\ClassLoader[]|null */
|
||||
private ?\Threaded $classLoaders = null;
|
||||
/** @var string|null */
|
||||
protected $composerAutoloaderPath;
|
||||
protected ?string $composerAutoloaderPath;
|
||||
|
||||
/** @var bool */
|
||||
protected $isKilled = false;
|
||||
protected bool $isKilled = false;
|
||||
|
||||
/**
|
||||
* @return \ClassLoader[]
|
||||
|
Reference in New Issue
Block a user