phpweaver icon indicating copy to clipboard operation
phpweaver copied to clipboard

Use default value from signature

Open AJenbo opened this issue 8 years ago • 0 comments

function test(int $param = null) {} Only detects as int and not int|null

Probably depends on #4

AJenbo avatar Dec 14 '17 12:12 AJenbo