Initialize static properties in ConsoleLogging
This commit is contained in:
parent
72ddaffc4f
commit
5c5d06446a
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ use Throwable;
|
|||
class ConsoleLogging implements LogHandlerInterface
|
||||
{
|
||||
private static array $application_colors = [];
|
||||
private static float|int|null $last_tick_time;
|
||||
private static ?int $largest_tick_length;
|
||||
private static float|int|null $last_tick_time = null;
|
||||
private static ?int $largest_tick_length = null;
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
|
|
Loading…
Add table
Reference in a new issue