@psalm-param 0|1 $level @psalm-param non-empty-string $text
Overrides Metadata::__construct
protected function __construct(int $level, string $text) { parent::__construct($level); $this->text = $text; }