1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 22:01:48 +01:00
Marco Pivetta e61c593a2c Removed DateTimeImmutable::setTime() from the CallMap: fully covered by stub
Also simplified the return type from `static|false` to `static`, since
the method throws at all times, on failure.

On PHP 7.x, it could only fail if an invalid type was passed in, which is
not really valid anyway, from a type perspective.

Ref (PHP 8.1.x): 32d55f7422/ext/date/php_date.c (L3212-L3228)
Ref (PHP 7.0.33): bf574c2b67/ext/date/php_date.c (L3447-L3463)
2022-08-05 12:47:04 +02:00
..
2021-12-14 10:19:08 +01:00
2021-12-29 16:56:09 +01:00
2022-01-03 17:11:03 +01:00
2022-07-25 17:15:28 +03:00
2022-02-23 00:52:53 +02:00
2021-10-09 23:37:04 +02:00
2022-03-04 12:56:30 +01:00