Hi It seems that [Disjunctive Normal Form (DNF) Types](https://www.php.net/releases/8.2/en.php#dnf_types) is not supported yet. It is showing syntax error when displayed. It would be great if it is supported in the pareser. Example: ```php class Foo { public function bar((A&B)|null $entity) { return $entity; } } ```