-
Notifications
You must be signed in to change notification settings - Fork 460
Open
Labels
needs investigationThis will be tested / debugged or checked out.This will be tested / debugged or checked out.
Description
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
To Reproduce
PHPSTAN
The used code:
$mailbox = new Mailbox(
$connection_strin,
$username,
$password,
$attachmentsDir
);PhpImap\Mailbox::__construct(): Implicitly marking parameter $attachmentsDir as nullable is deprecated, the explicit nullable type must be used instead
Metadata
Metadata
Assignees
Labels
needs investigationThis will be tested / debugged or checked out.This will be tested / debugged or checked out.