You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment (please complete the following information):
PHP IMAP version: 5.0.1
PHP Version: 8.4.5
Describe the bug
PhpImap\Mailbox::__construct(): Implicitly marking parameter $attachmentsDir as nullable is deprecated, the explicit nullable type must be used instead
PhpImap\Mailbox::__construct(): Implicitly marking parameter $attachmentsDir as nullable is deprecated, the explicit nullable type must be used instead
The text was updated successfully, but these errors were encountered:
deprecated: 8192 :: PhpImap\Exceptions\ConnectionException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead on line 16 of /home/mirko/Server/climat/vendor/php-imap/php-imap/src/PhpImap/Exceptions/ConnectionException.php
In summary, it seems to me that with php 8.4 arguments that accept null must be explicitly marked as nullable.
Environment (please complete the following information):
Describe the bug
PhpImap\Mailbox::__construct(): Implicitly marking parameter $attachmentsDir as nullable is deprecated, the explicit nullable type must be used instead
To Reproduce
PHPSTAN
The used code:
PhpImap\Mailbox::__construct(): Implicitly marking parameter $attachmentsDir as nullable is deprecated, the explicit nullable type must be used instead
The text was updated successfully, but these errors were encountered: