difftastic/sample_files/hack_1.php

10 lines
87 B
PHTML

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