We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c57462 commit 88ab56fCopy full SHA for 88ab56f
src/PhpImap/Mailbox.php
@@ -380,7 +380,7 @@ public function getLogin(): string
380
*
381
* @throws InvalidParameterException
382
*/
383
- 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
384
{
385
if (0 !== $options) {
386
if (($options & self::IMAP_OPTIONS_SUPPORTED_VALUES) !== $options) {
0 commit comments