mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
Merge branch '5.x' into upstream-master
This commit is contained in:
commit
5c4cd066b7
@ -39,6 +39,9 @@
|
|||||||
"symfony/console": "^4.1.6 || ^5.0 || ^6.0",
|
"symfony/console": "^4.1.6 || ^5.0 || ^6.0",
|
||||||
"symfony/filesystem": "^5.4 || ^6.0"
|
"symfony/filesystem": "^5.4 || ^6.0"
|
||||||
},
|
},
|
||||||
|
"conflict": {
|
||||||
|
"nikic/php-parser": "4.17.0"
|
||||||
|
},
|
||||||
"provide": {
|
"provide": {
|
||||||
"psalm/psalm": "self.version"
|
"psalm/psalm": "self.version"
|
||||||
},
|
},
|
||||||
|
@ -94,6 +94,10 @@ return [
|
|||||||
'old' => ['int|false', 'fields'=>'array<array-key, null|scalar|Stringable>', 'separator='=>'string', 'enclosure='=>'string', 'escape='=>'string'],
|
'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'],
|
'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' => [
|
'finfo_buffer' => [
|
||||||
'old' => ['string|false', 'finfo'=>'resource', 'string'=>'string', 'flags='=>'int', 'context='=>'resource'],
|
'old' => ['string|false', 'finfo'=>'resource', 'string'=>'string', 'flags='=>'int', 'context='=>'resource'],
|
||||||
'new' => ['string|false', 'finfo'=>'finfo', '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'],
|
'old' => ['bool', '&rw_array'=>'array', 'flags='=>'int'],
|
||||||
'new' => ['true', '&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' => [
|
'imap_setflag_full' => [
|
||||||
'old' => ['bool', 'imap'=>'IMAP\Connection', 'sequence'=>'string', 'flag'=>'string', 'options='=>'int'],
|
'old' => ['bool', 'imap'=>'IMAP\Connection', 'sequence'=>'string', 'flag'=>'string', 'options='=>'int'],
|
||||||
'new' => ['true', '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