$unescaped_taints * @param array $escaped_taints */ public function __construct(string $type, array $unescaped_taints, array $escaped_taints) { $this->type = $type; $this->unescaped_taints = $unescaped_taints; $this->escaped_taints = $escaped_taints; } }