mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 13:21:22 +01:00
Merge pull request #10110 from weirdan/fix-hash_pbkdf2-options-parameter
This commit is contained in:
commit
9bc98ecd47
@ -94,6 +94,10 @@ return [
|
||||
'old' => ['int|false', 'fields'=>'array<array-key, null|scalar|Stringable>', 'separator='=>'string', 'enclosure='=>'string', 'escape='=>'string'],
|
||||
'new' => ['int|false', 'fields'=>'array<array-key, null|scalar|Stringable>', 'separator='=>'string', 'enclosure='=>'string', 'escape='=>'string', 'eol='=>'string'],
|
||||
],
|
||||
'hash_pbkdf2' => [
|
||||
'old' => ['non-empty-string', 'algo'=>'string', 'password'=>'string', 'salt'=>'string', 'iterations'=>'int', 'length='=>'int', 'binary='=>'bool'],
|
||||
'new' => ['non-empty-string', 'algo'=>'string', 'password'=>'string', 'salt'=>'string', 'iterations'=>'int', 'length='=>'int', 'binary='=>'bool', 'options=' => 'array'],
|
||||
],
|
||||
'finfo_buffer' => [
|
||||
'old' => ['string|false', 'finfo'=>'resource', 'string'=>'string', 'flags='=>'int', 'context='=>'resource'],
|
||||
'new' => ['string|false', 'finfo'=>'finfo', 'string'=>'string', 'flags='=>'int', 'context='=>'resource'],
|
||||
|
@ -49,10 +49,6 @@ return [
|
||||
'old' => ['bool', '&rw_array'=>'array', 'flags='=>'int'],
|
||||
'new' => ['true', '&rw_array'=>'array', 'flags='=>'int'],
|
||||
],
|
||||
'hash_pbkdf2' => [
|
||||
'old' => ['non-empty-string', 'algo'=>'string', 'password'=>'string', 'salt'=>'string', 'iterations'=>'int', 'length='=>'int', 'binary='=>'bool'],
|
||||
'new' => ['non-empty-string', 'algo'=>'string', 'password'=>'string', 'salt'=>'string', 'iterations'=>'int', 'length='=>'int', 'binary='=>'bool', 'options=' => 'array'],
|
||||
],
|
||||
'imap_setflag_full' => [
|
||||
'old' => ['bool', 'imap'=>'IMAP\Connection', 'sequence'=>'string', 'flag'=>'string', 'options='=>'int'],
|
||||
'new' => ['true', 'imap'=>'IMAP\Connection', 'sequence'=>'string', 'flag'=>'string', 'options='=>'int'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user