1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/dictionaries
Marco Pivetta 964f64a500 Removed DateTimeImmutable::setISODate() 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 (L3308-L3324)
Ref (PHP 7.0.33): bf574c2b67/ext/date/php_date.c (L3549-L3565)
2022-08-05 12:49:45 +02:00
..
scripts unnecessary qualified names 2021-12-27 20:16:34 +01:00
CallMap_71_delta.php Fix nullable return types for CallMap functions 2022-07-13 22:44:38 -05:00
CallMap_72_delta.php Adjusting delta/historical callmaps 2021-11-13 22:59:19 +01:00
CallMap_73_delta.php Fix array_* function signatures 2022-06-23 20:32:29 -05:00
CallMap_74_delta.php Fix array_* function signatures 2022-06-23 20:32:29 -05:00
CallMap_80_delta.php Removed DateTimeImmutable::format() from the CallMap: fully covered by stub 2022-08-05 12:24:35 +02:00
CallMap_81_delta.php Fixed ini_set types for arg value 2022-07-22 11:09:03 +02:00
CallMap_historical.php Removed DateTimeImmutable::setISODate() from the CallMap: fully covered by stub 2022-08-05 12:49:45 +02:00
CallMap.php Removed DateTimeImmutable::setISODate() from the CallMap: fully covered by stub 2022-08-05 12:49:45 +02:00
InternalTaintSinkMap.php Conversion of Psalm\Type 2021-12-14 02:31:22 +01:00
PropertyMap.php Add ReflectionProperty properties 2022-06-24 18:47:49 +02:00