mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
parent
8d37f16616
commit
4cd6a2b532
@ -1779,7 +1779,7 @@ return [
|
||||
'DateTime::getLastErrors' => ['array{warning_count:int,warnings:array<int,string>,error_count:int,errors:array<int,string>}'],
|
||||
'DateTime::getOffset' => ['int'],
|
||||
'DateTime::getTimestamp' => ['int|false'],
|
||||
'DateTime::getTimezone' => ['DateTimeZone'],
|
||||
'DateTime::getTimezone' => ['DateTimeZone|false'],
|
||||
'DateTime::modify' => ['static|false', 'modify'=>'string'],
|
||||
'DateTime::setDate' => ['static', 'year'=>'int', 'month'=>'int', 'day'=>'int'],
|
||||
'DateTime::setISODate' => ['static', 'year'=>'int', 'week'=>'int', 'day='=>'int'],
|
||||
@ -1799,7 +1799,7 @@ return [
|
||||
'DateTimeImmutable::getLastErrors' => ['array{warning_count:int,warnings:array<int,string>,error_count:int,errors:array<int,string>}'],
|
||||
'DateTimeImmutable::getOffset' => ['int'],
|
||||
'DateTimeImmutable::getTimestamp' => ['int|false'],
|
||||
'DateTimeImmutable::getTimezone' => ['DateTimeZone'],
|
||||
'DateTimeImmutable::getTimezone' => ['DateTimeZone|false'],
|
||||
'DateTimeImmutable::modify' => ['static', 'modify'=>'string'],
|
||||
'DateTimeImmutable::setDate' => ['static|false', 'year'=>'int', 'month'=>'int', 'day'=>'int'],
|
||||
'DateTimeImmutable::setISODate' => ['static|false', 'year'=>'int', 'week'=>'int', 'day='=>'int'],
|
||||
@ -1811,7 +1811,7 @@ return [
|
||||
'DateTimeInterface::format' => ['string', 'format'=>'string'],
|
||||
'DateTimeInterface::getOffset' => ['int'],
|
||||
'DateTimeInterface::getTimestamp' => ['int|false'],
|
||||
'DateTimeInterface::getTimezone' => ['DateTimeZone'],
|
||||
'DateTimeInterface::getTimezone' => ['DateTimeZone|false'],
|
||||
'DateTimeZone::__construct' => ['void', 'timezone'=>'string'],
|
||||
'DateTimeZone::__set_state' => ['DateTimeZone', 'array'=>'array'],
|
||||
'DateTimeZone::__wakeup' => ['void'],
|
||||
|
Loading…
Reference in New Issue
Block a user