barbushin / php-imap

Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)
MIT License
1.66k stars 457 forks source link

[PHP 8.4] Fixes for implicit nullability deprecation #722

Open Ayesh opened 6 months ago

Ayesh commented 6 months ago

Fixes all issues that emit deprecation notices on PHP 8.4 for implicit nullable parameter type declarations.

See: