io-developer / php-whois

PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 8.0 compatible (5.4+ old versions)
MIT License
437 stars 117 forks source link

Fix trim() on null error #217

Open slawap opened 7 months ago

slawap commented 7 months ago

TypeError: trim() expects parameter 1 to be string, null given in /Iodev/Whois/Helpers/ParserHelper.php:276

Q A
Branch? master
Bug fix? yes/no
New feature? yes/no
BC breaks? no
Deprecations? yes/no
Tests pass? yes
Fixed tickets #...
License MIT