MattKetmo / EmailChecker

Disposable email detection library for PHP
MIT License
265 stars 79 forks source link

Deprecated: preg_match() #97

Closed ddziech closed 3 months ago

ddziech commented 4 months ago

Hello, i got deprecations messages like: Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated {\"exception\":\"[object] (ErrorException(code: 0): Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated at /app/vendor/mattketmo/email-checker/src/EmailChecker/Utilities.php:37)

If you find time to fix this, this would be awesome. Thanks.