*/ public $psalm_internal = []; /** * Whether or not the property is readonly * * @var bool */ public $readonly = false; /** * Whether or not to allow mutation by internal methods * * @var bool */ public $allow_private_mutation = false; /** * @var list */ public $removed_taints = []; /** * @var array */ public $suppressed_issues = []; /** * @var ?string */ public $description; }