Skip to content

fix: Change params type from nullable to required array#734

Open
fizzka wants to merge 1 commit into
thecodingmachine:1.xfrom
fizzka:patch-1
Open

fix: Change params type from nullable to required array#734
fizzka wants to merge 1 commit into
thecodingmachine:1.xfrom
fizzka:patch-1

Conversation

@fizzka

@fizzka fizzka commented Jul 25, 2026

Copy link
Copy Markdown

see php docs: https://www.php.net/manual/en/function.imap-open.php

function imap_open(
string $mailbox,
string $user,
string $password,
int $flags = 0,
int $retries = 0,
array $options = []
): IMAP\Connection|false

see php docs: https://www.php.net/manual/en/function.imap-open.php

function imap_open(
    string $mailbox,
    string $user,
    string $password,
    int $flags = 0,
    int $retries = 0,
    array $options = []
): IMAP\Connection|false
@fizzka fizzka changed the title Change params type from nullable to required array fix: Change params type from nullable to required array Jul 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant