<?php #[ParamType("p", <<<'EOT' array{a: int, b:string, "complex value": "a"|"b"} EOT)] function f($p) {} // vs /** @param array{a: int, b:string, "complex value": "a"|"b"} $p */ function ff($p) {}
You have javascript disabled. You will not be able to edit any code.