Skip to content

Commit 88ab56f

Browse files
authored
php 8.4
1 parent 9c57462 commit 88ab56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpImap/Mailbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ public function getLogin(): string
380380
*
381381
* @throws InvalidParameterException
382382
*/
383-
public function setConnectionArgs(int $options = 0, int $retriesNum = 0, array ?$params = null): void
383+
public function setConnectionArgs(int $options = 0, int $retriesNum = 0, ?array $params = null): void
384384
{
385385
if (0 !== $options) {
386386
if (($options & self::IMAP_OPTIONS_SUPPORTED_VALUES) !== $options) {

0 commit comments

Comments
 (0)