mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Modernize private property declarations in src/scheduler
This commit is contained in:
@@ -54,7 +54,7 @@ abstract class AsyncTask extends \Threaded{
|
||||
*
|
||||
* Used to store objects which are only needed on one thread and should not be serialized.
|
||||
*/
|
||||
private static $threadLocalStorage = null;
|
||||
private static ?\ArrayObject $threadLocalStorage = null;
|
||||
|
||||
/** @var AsyncWorker|null $worker */
|
||||
public $worker = null;
|
||||
|
Reference in New Issue
Block a user