mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
Update CallMap with PHP 8 date() signature
This commit is contained in:
parent
81661395ce
commit
b2ba774cb9
@ -1706,7 +1706,7 @@ return [
|
||||
'cyrus_connect' => ['resource', 'host='=>'string', 'port='=>'string', 'flags='=>'int'],
|
||||
'cyrus_query' => ['array', 'connection'=>'resource', 'query'=>'string'],
|
||||
'cyrus_unbind' => ['bool', 'connection'=>'resource', 'trigger_name'=>'string'],
|
||||
'date' => ['string|false', 'format'=>'string', 'timestamp='=>'int'],
|
||||
'date' => ['string', 'format'=>'string', 'timestamp='=>'?int'],
|
||||
'date_add' => ['DateTime|false', 'object'=>'DateTime', 'interval'=>'DateInterval'],
|
||||
'date_create' => ['DateTime|false', 'datetime='=>'string', 'timezone='=>'?DateTimeZone'],
|
||||
'date_create_from_format' => ['DateTime|false', 'format'=>'string', 'datetime'=>'string', 'timezone='=>'?\DateTimeZone'],
|
||||
|
Loading…
Reference in New Issue
Block a user