Skip to content

Commit 275e4ff

Browse files
committed
Update stubs
1 parent b9a6d8b commit 275e4ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: stubs/ext/imap/imap_delete.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
/**
44
* @param resource $imap
55
*/
6-
function imap_delete($imap, string $message_num, int $flags = 0) : bool
6+
function imap_delete($imap, string $message_nums, int $flags = 0) : bool
77
{
88
}

Diff for: stubs/ext/imap/imap_undelete.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
/**
44
* @param resource $imap
55
*/
6-
function imap_undelete($imap, string $message_num, int $flags = 0) : bool
6+
function imap_undelete($imap, string $message_nums, int $flags = 0) : bool
77
{
88
}

0 commit comments

Comments
 (0)