phpstan-src icon indicating copy to clipboard operation
phpstan-src copied to clipboard

Fixes incorrect types reported by parse_url

Open ChrisBrenton opened this issue 2 years ago • 0 comments

Fixes parse_url return type when $component is -1 returning more types than were valid. Adds missing types when $component is not a constant value.

Fixes: https://github.com/phpstan/phpstan/issues/4754

ChrisBrenton avatar Feb 15 '24 17:02 ChrisBrenton