`function test(int $param = null) {}` Only detects as int and not int|null Probably depends on #4
function test(int $param = null) {}Only detects as int and not int|null
Probably depends on #4