function foo(
	/* HAKANA_FIXME[UnusedParameter] */
	string $a
): void {
}

function bar(/* HAKANA_FIXME[UnusedParameter] */ string $a): void {
}