phpweaver
phpweaver copied to clipboard
Use default value from signature
function test(int $param = null) {}
Only detects as int and not int|null
Probably depends on #4