mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Removed DateTimeImmutable::getOffset()
from the CallMap: fully covered by stub
This commit is contained in:
parent
2b6fddf88d
commit
1be04e0988
@ -1800,7 +1800,6 @@ return [
|
||||
'DateTimeImmutable::createFromMutable' => ['static', 'datetime'=>'DateTime'],
|
||||
'DateTimeImmutable::diff' => ['DateInterval', 'datetime2'=>'DateTimeInterface', 'absolute='=>'bool'],
|
||||
'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::modify' => ['static', 'modify'=>'string'],
|
||||
'DateTimeImmutable::setDate' => ['static|false', 'year'=>'int', 'month'=>'int', 'day'=>'int'],
|
||||
|
@ -1061,7 +1061,6 @@ return [
|
||||
'DateTimeImmutable::createFromMutable' => ['static', 'datetime'=>'DateTime'],
|
||||
'DateTimeImmutable::diff' => ['DateInterval', 'datetime2'=>'DateTimeInterface', 'absolute='=>'bool'],
|
||||
'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::modify' => ['static', 'modify'=>'string'],
|
||||
'DateTimeImmutable::setDate' => ['static|false', 'year'=>'int', 'month'=>'int', 'day'=>'int'],
|
||||
|
Loading…
Reference in New Issue
Block a user