mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Removed DateTimeImmutable::createFromMutable()
from the CallMap: fully covered by stub
This commit is contained in:
parent
aaac9ccb90
commit
a1ed84f1ed
@ -1796,7 +1796,6 @@ return [
|
||||
'DateTimeImmutable::__set_state' => ['static', 'array'=>'array'],
|
||||
'DateTimeImmutable::__wakeup' => ['void'],
|
||||
'DateTimeImmutable::createFromInterface' => ['self', 'object' => 'DateTimeInterface'],
|
||||
'DateTimeImmutable::createFromMutable' => ['static', 'datetime'=>'DateTime'],
|
||||
'DateTimeImmutable::getLastErrors' => ['array{warning_count:int,warnings:array<int,string>,error_count:int,errors:array<int,string>}'],
|
||||
'DateTimeInterface::diff' => ['DateInterval', 'datetime2'=>'DateTimeInterface', 'absolute='=>'bool'],
|
||||
'DateTimeInterface::format' => ['string', 'format'=>'string'],
|
||||
|
@ -1057,7 +1057,6 @@ return [
|
||||
'DateTime::sub' => ['static', 'interval'=>'DateInterval'],
|
||||
'DateTimeImmutable::__set_state' => ['static', 'array'=>'array'],
|
||||
'DateTimeImmutable::__wakeup' => ['void'],
|
||||
'DateTimeImmutable::createFromMutable' => ['static', 'datetime'=>'DateTime'],
|
||||
'DateTimeImmutable::getLastErrors' => ['array{warning_count:int,warnings:array<int,string>,error_count:int,errors:array<int,string>}'],
|
||||
'DateTimeInterface::diff' => ['DateInterval', 'datetime2'=>'DateTimeInterface', 'absolute='=>'bool'],
|
||||
'DateTimeInterface::format' => ['string', 'format'=>'string'],
|
||||
|
Loading…
Reference in New Issue
Block a user