<?php /** * @return /* test */ array{int, string } */ function takesAnInt(int $i) { return [$i, "hello"]; }
You have javascript disabled. You will not be able to edit any code.