mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Changed signature of imap_undelete in 8.1 delta
This commit is contained in:
parent
f1d1721fa7
commit
ea5c2a1302
@ -450,8 +450,8 @@ return [
|
||||
'new' => ['int|false', 'imap'=>'IMAP\Connection', 'message_num'=>'int'],
|
||||
],
|
||||
'imap_undelete' => [
|
||||
'old' => ['bool', 'imap'=>'resource', 'message_num'=>'int', 'flags='=>'int'],
|
||||
'new' => ['bool', 'imap'=>'IMAP\Connection', 'message_num'=>'int', 'flags='=>'int'],
|
||||
'old' => ['bool', 'imap'=>'resource', 'message_nums'=>'string', 'flags='=>'int'],
|
||||
'new' => ['bool', 'imap'=>'IMAP\Connection', 'message_nums'=>'string', 'flags='=>'int'],
|
||||
],
|
||||
'imap_unsubscribe' => [
|
||||
'old' => ['bool', 'imap'=>'resource', 'mailbox'=>'string'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user