mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Removed DateTimeImmutable::__construct
from the CallMap: fully covered by stub
This commit is contained in:
parent
68978b9e19
commit
dc7d26abb1
@ -1793,8 +1793,6 @@ return [
|
||||
'DateTime::setTimestamp' => ['static', 'unixtimestamp'=>'int'],
|
||||
'DateTime::setTimezone' => ['static', 'timezone'=>'DateTimeZone'],
|
||||
'DateTime::sub' => ['static', 'interval'=>'DateInterval'],
|
||||
'DateTimeImmutable::__construct' => ['void', 'time='=>'string'],
|
||||
'DateTimeImmutable::__construct\'1' => ['void', 'time'=>'?string', 'timezone'=>'?DateTimeZone'],
|
||||
'DateTimeImmutable::__set_state' => ['static', 'array'=>'array'],
|
||||
'DateTimeImmutable::__wakeup' => ['void'],
|
||||
'DateTimeImmutable::add' => ['static', 'interval'=>'DateInterval'],
|
||||
|
@ -1055,8 +1055,6 @@ return [
|
||||
'DateTime::setTimestamp' => ['static', 'unixtimestamp'=>'int'],
|
||||
'DateTime::setTimezone' => ['static', 'timezone'=>'DateTimeZone'],
|
||||
'DateTime::sub' => ['static', 'interval'=>'DateInterval'],
|
||||
'DateTimeImmutable::__construct' => ['void', 'time='=>'string'],
|
||||
'DateTimeImmutable::__construct\'1' => ['void', 'time'=>'?string', 'timezone'=>'?DateTimeZone'],
|
||||
'DateTimeImmutable::__set_state' => ['static', 'array'=>'array'],
|
||||
'DateTimeImmutable::__wakeup' => ['void'],
|
||||
'DateTimeImmutable::add' => ['static', 'interval'=>'DateInterval'],
|
||||
|
Loading…
Reference in New Issue
Block a user