szepeviktor / phpstan-wordpress

WordPress extensions for PHPStan ⛏️
https://packagist.org/packages/szepeviktor/phpstan-wordpress
MIT License
262 stars 26 forks source link

Fix/update extension for wp_parse_url #231

Closed IanDelMar closed 2 months ago

IanDelMar commented 2 months ago

This update to WpParseUrlFunctionDynamicReturnTypeExtension from PHPStan's extension for parse_url fixes an incorrect return type when the $component parameter is a non-constant integer. Additionally, the extension is now more specific about the port type.

szepeviktor commented 2 months ago

GitHub is a bit down https://www.githubstatus.com/incidents/9vwllhs2w1kj

IanDelMar commented 2 months ago