Skip to content

Commit

Permalink
php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemeey authored Dec 9, 2024
1 parent 9c57462 commit 88ab56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpImap/Mailbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public function getLogin(): string
*
* @throws InvalidParameterException
*/
public function setConnectionArgs(int $options = 0, int $retriesNum = 0, array ?$params = null): void
public function setConnectionArgs(int $options = 0, int $retriesNum = 0, ?array $params = null): void
{
if (0 !== $options) {
if (($options & self::IMAP_OPTIONS_SUPPORTED_VALUES) !== $options) {
Expand Down

0 comments on commit 88ab56f

Please sign in to comment.