difftastic/sample_files/hack_2.php

10 lines
94 B
PHTML

<?hh
/**
* Do stuff
*/
function foo(): vec<?int> {
$x = "foo";
return vec[1, null];
}