1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests/TypeReconciliation
2020-11-27 09:10:55 -05:00
..
AssignmentInConditionalTest.php Detect redundant cast (#4695) 2020-11-25 12:04:48 -05:00
ConditionalTest.php Treat $a ?? $b identically to isset($a) ? $a : $b 2020-11-25 14:34:05 -05:00
EmptyTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
IssetTest.php Treat $a ?? $b identically to isset($a) ? $a : $b 2020-11-25 14:34:05 -05:00
ReconcilerTest.php better fix for reconciling iterable and object (#4712) 2020-11-27 09:10:55 -05:00
RedundantConditionTest.php Treat $a ?? $b identically to isset($a) ? $a : $b 2020-11-25 14:34:05 -05:00
ScopeTest.php Detect redundant cast (#4695) 2020-11-25 12:04:48 -05:00
TypeAlgebraTest.php Add support for some dependent types 2020-11-24 14:50:35 -05:00
TypeTest.php Fix #4349 - improve types for suggested unions 2020-10-16 17:56:31 -04:00
ValueTest.php Fix #4626 - array_key_exists should infer type for first arg where possible 2020-11-19 15:40:27 -05:00